summaryrefslogtreecommitdiff
path: root/dexdump/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'dexdump/Android.bp')
-rw-r--r--dexdump/Android.bp10
1 files changed, 5 insertions, 5 deletions
diff --git a/dexdump/Android.bp b/dexdump/Android.bp
index ac9a9a2932..3e576c82da 100644
--- a/dexdump/Android.bp
+++ b/dexdump/Android.bp
@@ -38,13 +38,13 @@ art_cc_binary {
art_cc_binary {
name: "dexdumps",
- defaults: ["dexdump_defaults"],
+ defaults: [
+ "dexdump_defaults",
+ "libartbase_static_defaults",
+ "libdexfile_static_defaults",
+ ],
host_supported: true,
device_supported: false,
- static_libs: [
- "libdexfile",
- "libartbase",
- ] + art_static_dependencies,
target: {
darwin: {
enabled: false,