summaryrefslogtreecommitdiffstats
path: root/runtime/Android.mk
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-04-28 09:56:28 +0100
committerNarayan Kamath <narayan@google.com>2015-04-29 14:31:17 +0000
commit657318c0b1b51e5cfd2859b874d26336c5330908 (patch)
tree89168f24337d7ec41648568c48b0dd5fb5194c39 /runtime/Android.mk
parentb6829c2ee05124d64a19c7a52ada4a23f624fb91 (diff)
downloadart-657318c0b1b51e5cfd2859b874d26336c5330908.tar.gz
art-657318c0b1b51e5cfd2859b874d26336c5330908.tar.bz2
art-657318c0b1b51e5cfd2859b874d26336c5330908.zip
Add dependency on libbase.
Used by the static libziparchive dependency on target. Change-Id: Ib88dd67941f0679682bcae01346277ffe8d6df9b
Diffstat (limited to 'runtime/Android.mk')
-rw-r--r--runtime/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Android.mk b/runtime/Android.mk
index 240799e97c..ece9d4b87a 100644
--- a/runtime/Android.mk
+++ b/runtime/Android.mk
@@ -468,7 +468,7 @@ $$(ENUM_OPERATOR_OUT_GEN): $$(GENERATED_SRC_DIR)/%_operator_out.cc : $(LOCAL_PAT
ifeq ($$(art_target_or_host),target)
LOCAL_SHARED_LIBRARIES += libdl
# ZipArchive support, the order matters here to get all symbols.
- LOCAL_STATIC_LIBRARIES := libziparchive libz
+ LOCAL_STATIC_LIBRARIES := libziparchive libz libbase
# For android::FileMap used by libziparchive.
LOCAL_SHARED_LIBRARIES += libutils
# For liblog, atrace, properties, ashmem, set_sched_policy and socket_peer_is_trusted.