From 8ee6bc3af6cd46a3c5b29fb53f487c18a07b522b Mon Sep 17 00:00:00 2001 From: Alan Stokes Date: Wed, 5 Feb 2020 16:04:31 +0000 Subject: Run AppSecurityTests in postsubmit. Because we care if they break. Putting the change here because this covers changes in at least android/content/pm and services/core/.../pm (the latter has a TEST_MAPPING that imports this one). Test: atest :postsubmit Bug: 137951074 Change-Id: Ie03397c857d6a94702549ba325631558ed04a9db --- core/java/android/content/pm/TEST_MAPPING | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/java/android/content/pm/TEST_MAPPING b/core/java/android/content/pm/TEST_MAPPING index 0549c34cc034..6f30ecd9b281 100644 --- a/core/java/android/content/pm/TEST_MAPPING +++ b/core/java/android/content/pm/TEST_MAPPING @@ -15,5 +15,15 @@ "name": "FrameworksInstantAppResolverTests", "file_patterns": ["(/|^)InstantApp[^/]*"] } + ], + "postsubmit": [ + { + "name": "CtsAppSecurityHostTestCases", + "options": [ + { + "include-filter": "android.appsecurity.cts.AppSecurityTests#testPermissionDiffCert" + } + ] + } ] } -- cgit v1.2.3-59-g8ed1b