summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Zeuthen <zeuthen@google.com> 2021-03-31 13:27:02 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-03-31 13:27:02 +0000
commitc00a4f41cf319a3aed27e9d5832450b5b5570b7b (patch)
treee3c227ec177c4e627e62a19248ca8210fe25cf25
parent71c5019038df283733de6331ee6af446137efcd5 (diff)
parent9c83ce34ae12e761137a073d0caed8a9c42c0e88 (diff)
Merge "identity: add TEST_MAPPING file to run identity CTS in presubmit."
-rw-r--r--identity/java/android/security/identity/TEST_MAPPING7
1 files changed, 7 insertions, 0 deletions
diff --git a/identity/java/android/security/identity/TEST_MAPPING b/identity/java/android/security/identity/TEST_MAPPING
new file mode 100644
index 000000000000..87707a848efd
--- /dev/null
+++ b/identity/java/android/security/identity/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsIdentityTestCases"
+ }
+ ]
+}