diff options
author | David Zeuthen <zeuthen@google.com> | 2021-03-23 12:14:31 -0400 |
---|---|---|
committer | David Zeuthen <zeuthen@google.com> | 2021-03-23 12:14:31 -0400 |
commit | 9c83ce34ae12e761137a073d0caed8a9c42c0e88 (patch) | |
tree | 5eaee5ac6872dde690d2d6756d6397fde8c76fa6 /identity/java/android | |
parent | d880cf50a54acd6d9d7659db42195e563a4089ed (diff) |
identity: add TEST_MAPPING file to run identity CTS in presubmit.
Bug: None
Test: N/A
Change-Id: I0b0cfc16a87f94f66f3b96220bb266deef63b2ef
Diffstat (limited to 'identity/java/android')
-rw-r--r-- | identity/java/android/security/identity/TEST_MAPPING | 7 |
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" + } + ] +} |