From 9c83ce34ae12e761137a073d0caed8a9c42c0e88 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 23 Mar 2021 12:14:31 -0400 Subject: [PATCH] identity: add TEST_MAPPING file to run identity CTS in presubmit. Bug: None Test: N/A Change-Id: I0b0cfc16a87f94f66f3b96220bb266deef63b2ef --- identity/java/android/security/identity/TEST_MAPPING | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 identity/java/android/security/identity/TEST_MAPPING diff --git a/identity/java/android/security/identity/TEST_MAPPING b/identity/java/android/security/identity/TEST_MAPPING new file mode 100644 index 0000000000000..87707a848efd8 --- /dev/null +++ b/identity/java/android/security/identity/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "CtsIdentityTestCases" + } + ] +}