summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdexfile/Android.bp10
1 files changed, 6 insertions, 4 deletions
diff --git a/libdexfile/Android.bp b/libdexfile/Android.bp
index f1a4c54618..1a3c7bd50b 100644
--- a/libdexfile/Android.bp
+++ b/libdexfile/Android.bp
@@ -330,7 +330,7 @@ cc_library_headers {
art_cc_test {
name: "art_libdexfile_external_tests",
- host_supported: true,
+ defaults: ["art_test_defaults"],
test_suites: ["general-tests"],
srcs: [
"external/dex_file_ext_c_test.c",
@@ -432,9 +432,11 @@ cc_defaults {
art_cc_test {
name: "art_libdexfile_support_static_tests",
- host_supported: true,
test_suites: ["general-tests"],
- defaults: ["libdexfile_support_static_defaults"],
+ defaults: [
+ "art_test_defaults",
+ "libdexfile_support_static_defaults",
+ ],
srcs: [
"external/dex_file_supp_test.cc",
],
@@ -464,7 +466,7 @@ cc_library_static {
art_cc_test {
name: "art_libdexfile_static_tests",
- host_supported: true,
+ defaults: ["art_test_defaults"],
test_suites: ["general-tests"],
srcs: [
"external/dex_file_supp_test.cc",