diff options
Diffstat (limited to 'libdexfile/Android.bp')
| -rw-r--r-- | libdexfile/Android.bp | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/libdexfile/Android.bp b/libdexfile/Android.bp index fdc57d0f17..c6f18b62af 100644 --- a/libdexfile/Android.bp +++ b/libdexfile/Android.bp @@ -293,7 +293,7 @@ art_cc_defaults { ], header_libs: ["jni_headers"], shared_libs: [ - "libbacktrace", + "libunwindstack", "libziparchive", ], } @@ -398,19 +398,6 @@ art_cc_test { "art_libdexfile_external_tests_defaults", ], - // Support multilib variants (using different suffix per sub-architecture), which is needed on - // build targets with secondary architectures, as the CTS test suite packaging logic flattens - // all test artifacts into a single `testcases` directory. - compile_multilib: "both", - multilib: { - lib32: { - suffix: "32", - }, - lib64: { - suffix: "64", - }, - }, - test_config_template: ":art-gtests-target-standalone-cts-template", test_suites: ["cts"], // For backed-by API coverage. } @@ -495,20 +482,6 @@ art_cc_test { "art_standalone_test_defaults", "art_libdexfile_support_tests_defaults", ], - - // Support multilib variants (using different suffix per sub-architecture), which is needed on - // build targets with secondary architectures, as the MTS test suite packaging logic flattens - // all test artifacts into a single `testcases` directory. - compile_multilib: "both", - multilib: { - lib32: { - suffix: "32", - }, - lib64: { - suffix: "64", - }, - }, - test_suites: [ "mts-art", ], |