From 5cf72bca59b0f85b0a323cc2db9c0282b8ca40d0 Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Wed, 16 Dec 2020 16:02:04 -0800 Subject: Remove custom AndroidTest.xml Test: Will run Forrest Change-Id: I40e619e2562b48942fc9373d8cb097ec0194c5ad --- Android.bp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Android.bp') 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", } -- cgit v1.2.3