Merge "Swich TEST_MAPPING config to unit_tests:true" am: fdb2f2c5db
Original change: https://android-review.googlesource.com/c/platform/build/+/1534243 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I331bcbfab5b592da14e9657b3197f559c0755cc6
This commit is contained in:
commit
9d8f9146d0
2 changed files with 6 additions and 14 deletions
|
@ -566,7 +566,9 @@ python_test_host {
|
|||
embedded_launcher: false,
|
||||
},
|
||||
},
|
||||
test_suites: ["general-tests"],
|
||||
test_options: {
|
||||
unit_test: true,
|
||||
},
|
||||
}
|
||||
|
||||
python_test_host {
|
||||
|
@ -583,5 +585,7 @@ python_test_host {
|
|||
embedded_launcher: false,
|
||||
},
|
||||
},
|
||||
test_suites: ["general-tests"],
|
||||
test_options: {
|
||||
unit_test: true,
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "releasetools_test",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "releasetools_py3_test",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue