summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Narayan Kamath <narayan@google.com> 2015-04-29 14:31:27 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-04-29 14:31:27 +0000
commit36ad3f1c3c08a49680a8f5d34bba43199ab9dd5b (patch)
tree89168f24337d7ec41648568c48b0dd5fb5194c39
parentb6829c2ee05124d64a19c7a52ada4a23f624fb91 (diff)
parent657318c0b1b51e5cfd2859b874d26336c5330908 (diff)
Merge "Add dependency on libbase."
-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.