diff options
| author | 2023-03-13 12:36:18 +0000 | |
|---|---|---|
| committer | 2023-03-13 12:36:18 +0000 | |
| commit | ffbb431455a37ca63780ea52c1a8e8f73feedc02 (patch) | |
| tree | 470e79a3ef5f99221f90b82831ce58a275d35220 | |
| parent | e995b5e81d02cbc71339ff7b173b37899927a4de (diff) | |
| parent | dc5dd53d5437029cf799fa966be2f475369e529e (diff) | |
Merge "libbinder: import Virtualization TEST_MAPPING" am: b3c32f8712 am: 1aeae2aef4 am: dc5dd53d54
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2474465
Change-Id: Ia48981774bb376130b270dc7e7bd5faced9ea643
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" + } ] } |