summaryrefslogtreecommitdiff
path: root/dexdump
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2018-01-26 16:20:02 -0800
committer Andreas Gampe <agampe@google.com> 2018-09-06 14:00:25 -0700
commitec5ed06b59a3b85e7f98ffc50e0539e5a77d1ba1 (patch)
treec09b7debef2c19d2ea79488d9d3357b49020da26 /dexdump
parent9c568f10f68cdbeb285e41cb4538c06f5e90c1b2 (diff)
ART: Refactor static include list
Create default objects. This allows chaining the sets, and also can separate between host and target. Test: mmma art Change-Id: I68a80068d442b20c6430e9e576df7f74375e7e49
Diffstat (limited to 'dexdump')
-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,