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
This commit is contained in:
Elliott Hughes 2020-05-21 14:26:34 -07:00
parent 3b55f75706
commit ca3dd7ec34
1 changed files with 0 additions and 12 deletions

View File

@ -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"
}
]
}