diff options
author | 2020-01-15 20:37:58 -0800 | |
---|---|---|
committer | 2020-01-15 20:37:58 -0800 | |
commit | eff0fabd05905783de6d7ead8fbe581dfb943ea9 (patch) | |
tree | 1a3018ba5cb6d54fc0875bbc322c5ad2161cc9e8 | |
parent | 54dea14617edf0cb6ba05e5713878be8c615a376 (diff) |
Add aidl_lazy_test to presubmit
This will ensure that changes to binder and ServiceManager don't break dynamic services.
Bug: 147380480
Test: atest (Running from this directory successfully includes aidl_lazy_test)
Change-Id: I65db12c639b7ddb31be90f03522c2b1bfff5a9bf
-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" } ] } |