diff options
| author | 2021-02-19 20:01:16 +0000 | |
|---|---|---|
| committer | 2021-02-19 20:01:22 +0000 | |
| commit | 1926e7572f914fee9c27df8297a8266e35f1f675 (patch) | |
| tree | d211cc8ca47975849fdd1cf9a0d0e74b901482de | |
| parent | 2a1600625c75ab0dfe51090a819204b18a8c8050 (diff) | |
Clean up cc_test TEST_MAPPING after default update
After b/179092189, cc_test host_supported:true doesn't need TEST_MAPPING config anymore to
run in presubmit.
Change-Id: I69f6ea4afd69f98e1d73a192f9a57440675fb304
Test: presubmit
Bug: 178646865
| -rw-r--r-- | libs/androidfw/TEST_MAPPING | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/androidfw/TEST_MAPPING b/libs/androidfw/TEST_MAPPING index 777aa0b429e5..766714cd7694 100644 --- a/libs/androidfw/TEST_MAPPING +++ b/libs/androidfw/TEST_MAPPING @@ -1,10 +1,6 @@ { "presubmit": [ { - "name": "libandroidfw_tests", - "host": true - }, - { "name": "CtsResourcesLoaderTests" } ] |