commit | 43c8971a3cb60d08dc87eed777fa69e2429bd20d | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <jdanis@google.com> | Mon Aug 03 23:42:42 2020 +0000 |
committer | Janis Danisevskis <jdanis@google.com> | Tue Aug 04 01:42:50 2020 +0000 |
tree | 0d4cee4024da627c58bb8fc281b7b8505ce7d0bd | |
parent | 3db19cfa0b1f245e6da284a01516d11172e076e8 [diff] [blame] |
Add empty keystore2 crate Adds an empty crate with a build config for libkeystore2 and the keystore2 test. Also add a TEST_MAPPING file setting up keystore2_test as presubmit test. Bug: 160623310 Test: keystore2_test Change-Id: I2cda9a74a43422453cf5d1d44867107c9f0292bf
diff --git a/keystore2/TEST_MAPPING b/keystore2/TEST_MAPPING new file mode 100644 index 0000000..70e3175 --- /dev/null +++ b/keystore2/TEST_MAPPING
@@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "keystore2_test" + } + ] +}