Merge "Migrate manifest_*_test out of test mapping" am: 0387862185

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1646095

Change-Id: I9880c0b1c20311d780a9b9546ba8cc82f8b48fa3
This commit is contained in:
Julien Desprez 2021-03-19 22:29:06 +00:00 committed by Automerger Merge Worker
commit 0000496989
2 changed files with 6 additions and 14 deletions

View File

@ -55,7 +55,9 @@ python_test_host {
libs: [
"manifest_utils",
],
test_suites: ["general-tests"],
test_options: {
unit_test: true,
},
}
python_library_host {
@ -110,7 +112,9 @@ python_test_host {
libs: [
"manifest_utils",
],
test_suites: ["general-tests"],
test_options: {
unit_test: true,
},
}
python_binary_host {

View File

@ -1,12 +0,0 @@
{
"presubmit" : [
{
"name": "manifest_check_test",
"host": true
},
{
"name": "manifest_fixer_test",
"host": true
}
]
}