You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
973 B
44 lines
973 B
diff --git a/Android.bp b/Android.bp
|
|
index 5033c27..843fa1c 100644
|
|
--- a/Android.bp
|
|
+++ b/Android.bp
|
|
@@ -45,9 +45,6 @@
|
|
test_suites: ["general-tests"],
|
|
auto_gen_config: true,
|
|
edition: "2015",
|
|
- rustlibs: [
|
|
- "libdoc_comment",
|
|
- ],
|
|
}
|
|
|
|
rust_test_host {
|
|
@@ -70,28 +67,10 @@
|
|
auto_gen_config: true,
|
|
edition: "2015",
|
|
rustlibs: [
|
|
- "libdoc_comment",
|
|
"liblazy_static",
|
|
],
|
|
}
|
|
|
|
-rust_test_host {
|
|
- name: "lazy_static_host_test_tests_no_std",
|
|
- defaults: ["lazy_static_defaults_lazy_static"],
|
|
- // has rustc warnings
|
|
- srcs: ["tests/no_std.rs"],
|
|
- test_options: {
|
|
- unit_test: true,
|
|
- },
|
|
-}
|
|
-
|
|
-rust_test {
|
|
- name: "lazy_static_device_test_tests_no_std",
|
|
- defaults: ["lazy_static_defaults_lazy_static"],
|
|
- // has rustc warnings
|
|
- srcs: ["tests/no_std.rs"],
|
|
-}
|
|
-
|
|
rust_test_host {
|
|
name: "lazy_static_host_test_tests_test",
|
|
defaults: ["lazy_static_defaults_lazy_static"],
|