diff options
author | David Zeuthen <zeuthen@google.com> | 2021-03-31 15:28:25 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-03-31 15:28:25 +0000 |
commit | f3399b5cbb4f81646b6e3707ba1969f073d2b771 (patch) | |
tree | d7df7d0d86e9748580661b21486cc00862ccb866 /identity | |
parent | 6b437d28f191af1d77d4808b239e764a716b575c (diff) | |
parent | b293e4f918e5f6583f23304b5e5c153334a8f1f0 (diff) |
Merge "identity: add TEST_MAPPING file to run identity CTS in presubmit." am: c00a4f41cf am: 1a134fbfad am: b293e4f918
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1650528
Change-Id: I651718a9497795298d53fd957f50f69858fd35e4
Diffstat (limited to 'identity')
-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" + } + ] +} |