From ec5ed06b59a3b85e7f98ffc50e0539e5a77d1ba1 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Fri, 26 Jan 2018 16:20:02 -0800 Subject: 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 --- dexdump/Android.bp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dexdump/Android.bp') 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, -- cgit v1.2.3-59-g8ed1b