summaryrefslogtreecommitdiffstats
path: root/dexlist
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-09 21:42:36 -0700
committerYing Wang <wangying@google.com>2013-04-09 21:42:36 -0700
commit5f4b7d8a71a8d150785d2ef2e6efc2392ce985eb (patch)
treef0194c35c8e92907d3a4fd2e075a2f7f0858a5d4 /dexlist
parent8154297e74d01f74b161da67a426765c92949549 (diff)
downloadandroid_dalvik-5f4b7d8a71a8d150785d2ef2e6efc2392ce985eb.tar.gz
android_dalvik-5f4b7d8a71a8d150785d2ef2e6efc2392ce985eb.tar.bz2
android_dalvik-5f4b7d8a71a8d150785d2ef2e6efc2392ce985eb.zip
Add liblog
Bug: 8580410 Change-Id: I649849a3a8d97a2555862ec70a1a2ca73b77cc4d
Diffstat (limited to 'dexlist')
-rw-r--r--dexlist/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dexlist/Android.mk b/dexlist/Android.mk
index 55602dd36..279c82bcc 100644
--- a/dexlist/Android.mk
+++ b/dexlist/Android.mk
@@ -45,6 +45,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(dexdump_src_files)
LOCAL_C_INCLUDES := $(dexdump_c_includes)
LOCAL_SHARED_LIBRARIES := $(dexdump_shared_libraries)
-LOCAL_STATIC_LIBRARIES := $(dexdump_static_libraries) libcutils
+LOCAL_STATIC_LIBRARIES := $(dexdump_static_libraries) libcutils liblog
LOCAL_LDLIBS += -lpthread -lz
include $(BUILD_HOST_EXECUTABLE)