| commit | 1f635608637d76ad750e0a0675cb557c9fef3131 | [log] [tgz] |
|---|---|---|
| author | ThiƩbaud Weksteen <tweek@google.com> | Tue Mar 07 14:17:11 2023 +1100 |
| committer | ThiƩbaud Weksteen <tweek@google.com> | Wed Mar 08 20:04:10 2023 +1100 |
| tree | 2a717e8a20b2a34d17ffd343ca66bbce69845830 | |
| parent | 8dccbf1632711c781fd11199e478ac072c8a59c4 [diff] [blame] |
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
diff --git a/tests/EnforcePermission/test-app/Android.bp b/tests/EnforcePermission/test-app/Android.bp index 305ed8f..cd53854 100644 --- a/tests/EnforcePermission/test-app/Android.bp +++ b/tests/EnforcePermission/test-app/Android.bp
@@ -34,5 +34,5 @@ ], platform_apis: true, certificate: "platform", - test_suites: ["general-tests"], + test_suites: ["device-tests"], }