diff options
| author | 2023-03-10 21:39:45 +0000 | |
|---|---|---|
| committer | 2023-03-10 21:39:45 +0000 | |
| commit | 1aeae2aef4fe75f9b9e41bd48efeceb3a9ac5204 (patch) | |
| tree | 78470977503a7ef7ef5f7ac374e5496c11fdac19 | |
| parent | af3370db3a4076b2c55c4357a263ef8a23368abc (diff) | |
| parent | b3c32f8712f39f815d1428eb2b585b09cc547474 (diff) | |
Merge "libbinder: import Virtualization TEST_MAPPING" am: b3c32f8712
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2474465
Change-Id: Ic15872ddccb40d7f9a84c9561ae8351a6e19c7e6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | libs/binder/TEST_MAPPING | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING index 1488400007..07b38d7368 100644 --- a/libs/binder/TEST_MAPPING +++ b/libs/binder/TEST_MAPPING @@ -119,5 +119,10 @@ { "name": "memunreachable_binder_test" } + ], + "imports": [ + { + "path": "packages/modules/Virtualization" + } ] } |