From ca3dd7ec34894cc5c5322dbf9394649bddb8077d Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 21 May 2020 14:26:34 -0700 Subject: [PATCH] Update TEST_MAPPING. libbase and libziparchive both just moved out of system/core/, so I don't think there's any value to running their tests when system/core/ changes. (I already added new TEST_MAPPING files to the two new projects.) Test: treehugger Change-Id: I0dd7acb525d9cca5349c55dc2724eab8d3a06afa --- TEST_MAPPING | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/TEST_MAPPING b/TEST_MAPPING index a2ed205ee..79336291a 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -27,9 +27,6 @@ { "name": "fs_mgr_vendor_overlay_test" }, - { - "name": "libbase_test" - }, { "name": "libpackagelistparser_test" }, @@ -60,15 +57,6 @@ }, { "name": "propertyinfoserializer_tests" - }, - { - "name": "ziparchive-tests" - } - ], - - "postsubmit": [ - { - "name": "ziparchive_tests_large" } ] }