aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-07-16 16:27:46 -0700
committerChih-Hung Hsieh <chh@google.com>2020-07-16 16:33:30 -0700
commit2073710ddeef20720e33920da9e1f98673cc60ce (patch)
treeb8d42d83bf3e0701bd2b21883938aa8aeaecc89a /TEST_MAPPING
parentc908ce8b83135d5f8727b016d7bb14dc697e7b9e (diff)
downloadrustc-hash-2073710ddeef20720e33920da9e1f98673cc60ce.tar.gz
Add rust_test and update TEST_MAPPING
Test: atest -c --include-subdirs external/rust/crates Change-Id: Ifd93969227c47c33fa2554aa19f4441d80f39296
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING12
1 files changed, 12 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..43dfe31
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,12 @@
+// Generated by cargo2android.py for tests in Android.bp
+{
+ "presubmit": [
+ {
+ "name": "rustc-hash_host_test_src_lib",
+ "host": true
+ },
+ {
+ "name": "rustc-hash_device_test_src_lib"
+ }
+ ]
+}