From eff0fabd05905783de6d7ead8fbe581dfb943ea9 Mon Sep 17 00:00:00 2001 From: Jon Spivack Date: Wed, 15 Jan 2020 20:37:58 -0800 Subject: 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 --- libs/binder/TEST_MAPPING | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs') 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" } ] } -- cgit v1.2.3-59-g8ed1b