aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-01-21 01:17:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-21 01:17:40 +0000
commit6b50bd7dbf35abccf1a00e1251f1352eb1efdfd3 (patch)
tree6be688d61ba4df9acd1d59ad27e37c4aff141f2d /Android.bp
parent1316d84b3823d59041bb980507696037ae0cafcd (diff)
parenta3b712d05be77f0c7a9de2f2d18a1304dcc43573 (diff)
downloadunicode-xid-6b50bd7dbf35abccf1a00e1251f1352eb1efdfd3.tar.gz
Merge "Remove custom AndroidTest.xml" am: e20fbf0a8e am: a3b712d05b
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/unicode-xid/+/1532749 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I53272b74d559d8cdc4a228a5bf7a5065ae39987a
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp10
1 files changed, 1 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index 97a1490..4515e22 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device --tests --dependencies --patch=patches/Android.bp.patch.
+// This file is generated by cargo2android.py --run --device --tests --dependencies.
rust_library {
name: "libunicode_xid",
@@ -27,10 +27,6 @@ rust_test_host {
rust_test {
name: "unicode-xid_device_test_src_lib",
defaults: ["unicode-xid_defaults"],
- // override the following properties to work with coverage tests
- test_suites: ["device-tests"],
- auto_gen_config: false,
- test_config: "AndroidTest.xml",
}
rust_defaults {
@@ -54,8 +50,4 @@ rust_test_host {
rust_test {
name: "unicode-xid_device_test_tests_exhaustive_tests",
defaults: ["unicode-xid_defaults_exhaustive_tests"],
- // override the following properties to work with coverage tests
- test_suites: ["device-tests"],
- auto_gen_config: false,
- test_config: "AndroidTest_exhaustive_tests.xml",
}