aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-07-16 16:27:49 -0700
committerChih-Hung Hsieh <chh@google.com>2020-07-16 16:33:32 -0700
commit6d88908777cc4ac4c3aad33bc07991c4819e6948 (patch)
tree3fa59edc97ed9d23c564b9ea9ccdc6b1873ced39 /TEST_MAPPING
parenta11d0652920fdeefecef2705a9366b4eb1f386b0 (diff)
downloadgetrandom-6d88908777cc4ac4c3aad33bc07991c4819e6948.tar.gz
Add rust_test and update TEST_MAPPING
Test: atest -c --include-subdirs external/rust/crates Change-Id: I4588df93bbf9e113060e3ad33ce1c8287747cb3a
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING19
1 files changed, 19 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..f92a434
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,19 @@
+// Generated by cargo2android.py for tests in Android.bp
+{
+ "presubmit": [
+ {
+ "name": "getrandom_host_test_src_lib",
+ "host": true
+ },
+ {
+ "name": "getrandom_device_test_src_lib"
+ },
+ {
+ "name": "getrandom_host_test_tests_common",
+ "host": true
+ },
+ {
+ "name": "getrandom_device_test_tests_common"
+ }
+ ]
+}