aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-07-20 17:20:11 -0700
committerChih-Hung Hsieh <chh@google.com>2020-07-20 17:50:35 -0700
commit8af8f151e12e72f9a3c258be6a610d19152c2012 (patch)
treead8784a2cd294511730e525fd6d6e2bfe5566323 /TEST_MAPPING
parent0eebe6388f3adc4576104e9ed5f4e2ccc3952263 (diff)
downloadlibc-8af8f151e12e72f9a3c258be6a610d19152c2012.tar.gz
Upgrade rust/crates/libc to 0.2.73
* Regenerate .bp file with latest cargo2android.py. * Keep local change to src/lib.rs: "Use std to allow building as a dylib." Test: atest -c --include-subdirs external/rust/crates Change-Id: I2ee95cffd534115e7810027d51b86dc3df26e82b
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING11
1 files changed, 6 insertions, 5 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index c588cdd6..88572f25 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,18 +1,19 @@
+// Generated by cargo2android.py for tests in Android.bp
{
"presubmit": [
{
- "name": "libc_host_test_tests_const_fn",
+ "name": "libc_host_test_src_lib",
"host": true
},
{
- "name": "libc_host_test_src_lib",
- "host": true
+ "name": "libc_device_test_src_lib"
},
{
- "name": "libc_device_test_tests_const_fn"
+ "name": "libc_host_test_tests_const_fn",
+ "host": true
},
{
- "name": "libc_device_test_src_lib"
+ "name": "libc_device_test_tests_const_fn"
}
]
}