1diff --git a/Android.bp b/Android.bp 2index 5033c27..843fa1c 100644 3--- a/Android.bp 4+++ b/Android.bp 5@@ -45,9 +45,6 @@ 6 test_suites: ["general-tests"], 7 auto_gen_config: true, 8 edition: "2015", 9- rustlibs: [ 10- "libdoc_comment", 11- ], 12 } 13 14 rust_test_host { 15@@ -70,28 +67,10 @@ 16 auto_gen_config: true, 17 edition: "2015", 18 rustlibs: [ 19- "libdoc_comment", 20 "liblazy_static", 21 ], 22 } 23 24-rust_test_host { 25- name: "lazy_static_host_test_tests_no_std", 26- defaults: ["lazy_static_defaults_lazy_static"], 27- // has rustc warnings 28- srcs: ["tests/no_std.rs"], 29- test_options: { 30- unit_test: true, 31- }, 32-} 33- 34-rust_test { 35- name: "lazy_static_device_test_tests_no_std", 36- defaults: ["lazy_static_defaults_lazy_static"], 37- // has rustc warnings 38- srcs: ["tests/no_std.rs"], 39-} 40- 41 rust_test_host { 42 name: "lazy_static_host_test_tests_test", 43 defaults: ["lazy_static_defaults_lazy_static"], 44