diff options
| author | 2023-09-18 13:48:33 -0700 | |
|---|---|---|
| committer | 2023-09-18 13:48:33 -0700 | |
| commit | 47090513a334b61bcebacb8578fde34f0b9b87d4 (patch) | |
| tree | 1a3eab79a0d7e029fd5a800a55bf81c56a480a78 | |
| parent | 3c9c6205997cae2fd0394fabd6eef12800ee6625 (diff) | |
Promote FileIntegrityManagerTest to presubmit
Bug: 296465999
Test: TH
Change-Id: Ic2829925e46ee88be3cc9375c7f046f4b024ad62
| -rw-r--r-- | core/java/android/security/TEST_MAPPING | 2 | ||||
| -rw-r--r-- | services/core/java/com/android/server/security/TEST_MAPPING | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/security/TEST_MAPPING b/core/java/android/security/TEST_MAPPING index 7e43381ee6a9..5a679b1a2bf7 100644 --- a/core/java/android/security/TEST_MAPPING +++ b/core/java/android/security/TEST_MAPPING @@ -1,5 +1,5 @@ { - "postsubmit": [ + "presubmit": [ { "name": "CtsSecurityTestCases", "options": [ diff --git a/services/core/java/com/android/server/security/TEST_MAPPING b/services/core/java/com/android/server/security/TEST_MAPPING index 673456f889e2..29d52fff3eff 100644 --- a/services/core/java/com/android/server/security/TEST_MAPPING +++ b/services/core/java/com/android/server/security/TEST_MAPPING @@ -1,5 +1,5 @@ { - "postsubmit": [ + "presubmit": [ { "name": "CtsSecurityTestCases", "options": [ |