diff options
author | 2024-10-15 10:22:42 +0000 | |
---|---|---|
committer | 2024-10-15 10:22:42 +0000 | |
commit | bdc68f4eefd05dbcc9657f6b63f48b2564d9e900 (patch) | |
tree | ea1d770456200e61c818be86c2ee2bbaadb970fb | |
parent | 29d0e6dd369a29807a126d76b056f289e253e7e2 (diff) | |
parent | d8dd7c3d2e02558697167cb9d99bf5f63f7eb4da (diff) |
Merge "Move binderCacheUnitTest to presubmit" into main
-rw-r--r-- | libs/binder/TEST_MAPPING | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING index 95a5da20ae..ab449572d6 100644 --- a/libs/binder/TEST_MAPPING +++ b/libs/binder/TEST_MAPPING @@ -94,6 +94,9 @@ }, { "name": "libbinder_rpc_unstable_bindgen_test" + }, + { + "name": "binderCacheUnitTest" } ], "presubmit-large": [ @@ -133,9 +136,6 @@ { "name": "binder_sdk_test", "host": true - }, - { - "name": "binderCacheUnitTest" } ], "imports": [ |