summaryrefslogtreecommitdiffstats
path: root/dexdump
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-03-05 12:59:30 -0800
committerAndreas Gampe <agampe@google.com>2018-03-08 10:36:56 -0800
commit281fee0dd44a4349fec38fd6f6348ca381c80218 (patch)
treee82420586df1049df822cec0e33ac52df35e62e9 /dexdump
parent8ba5641ddc43fc13cdb0158bd9f3237c4a90a356 (diff)
downloadart-281fee0dd44a4349fec38fd6f6348ca381c80218.tar.gz
art-281fee0dd44a4349fec38fd6f6348ca381c80218.tar.bz2
art-281fee0dd44a4349fec38fd6f6348ca381c80218.zip
ART: Remove static libbase
Except for static binaries, do not include a static copy of libbase. Bug: 34867873 Test: mmma art Change-Id: I6ed37b45c01c9dac33c4fc3bb71ee416138c2cb8
Diffstat (limited to 'dexdump')
-rw-r--r--dexdump/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/dexdump/Android.bp b/dexdump/Android.bp
index eca08448bc..c63d6c319e 100644
--- a/dexdump/Android.bp
+++ b/dexdump/Android.bp
@@ -46,7 +46,6 @@ art_cc_binary {
device_supported: false,
static_libs: [
"libdexfile",
- "libbase",
] + art_static_dependencies,
target: {
darwin: {