diff options
| author | 2020-01-24 01:42:48 +0000 | |
|---|---|---|
| committer | 2020-01-24 01:42:48 +0000 | |
| commit | b4931c59dd31bc06ed6b2e2937e2077cdb8a0adb (patch) | |
| tree | b763b6c7fcd9a18c9dc438f1d84e496529db6389 | |
| parent | 14f9553634c412a23ef1bb8fc8c25652c23b386c (diff) | |
| parent | 0ef670c49eeb8eb8c56c9a1187fd0933a535441f (diff) | |
Merge "Add aidl_lazy_test to presubmit" am: 0ef670c49e
Change-Id: I62bdd062c9d162fd4cdbd3948c1859b3593dae1d
| -rw-r--r-- | libs/binder/TEST_MAPPING | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING index b3afd817c1..922504eb18 100644 --- a/libs/binder/TEST_MAPPING +++ b/libs/binder/TEST_MAPPING @@ -20,6 +20,9 @@ }, { "name": "CtsNdkBinderTestCases" + }, + { + "name": "aidl_lazy_test" } ] } |