Add presubmit TEST_MAPPING

Move to the 'device-tests' test suites to ensure the correct platform
certificate is used (see b/272181400).

Bug: 269721152
Bug: 272181400
Test: atest
Change-Id: Ibd84045b26efe2b46a33da9c220834e0f7c33fd8
This commit is contained in:
Thiébaud Weksteen
2023-03-07 14:17:11 +11:00
parent 8dccbf1632
commit 1f63560863
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "EnforcePermissionTests"
}
]
}

View File

@@ -34,5 +34,5 @@ android_test {
],
platform_apis: true,
certificate: "platform",
test_suites: ["general-tests"],
test_suites: ["device-tests"],
}