diff options
| author | 2023-03-10 22:16:22 +0000 | |
|---|---|---|
| committer | 2023-03-10 22:16:22 +0000 | |
| commit | dc5dd53d5437029cf799fa966be2f475369e529e (patch) | |
| tree | 4a5b827402b422e6c82e2722ea34c9ffb3aa92a0 | |
| parent | d3d8f751f00aa18b528efb58d7c123bbfdfa2241 (diff) | |
| parent | 1aeae2aef4fe75f9b9e41bd48efeceb3a9ac5204 (diff) | |
Merge "libbinder: import Virtualization TEST_MAPPING" am: b3c32f8712 am: 1aeae2aef4
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2474465
Change-Id: I7eda338e8701c9813f85bb49c60aee858f28b07d
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" + } ] } |