diff options
| author | Colin Cross <ccross@android.com> | 2013-07-23 17:45:23 -0700 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2013-07-23 17:45:23 -0700 |
| commit | 6f4dda18850d4b0676ebe964582eb637e0f70972 (patch) | |
| tree | 877fb13fdd9788a642f06014604f18caa1e830dd /libdex | |
| parent | b6ffb72838cc4a8f60028c21ed740c5f48c89c80 (diff) | |
add static dependency on liblog
Change-Id: Id431382f0fc71ef126dd35e5949d5de2abe2b785
Diffstat (limited to 'libdex')
| -rw-r--r-- | libdex/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdex/Android.mk b/libdex/Android.mk index 48263c9f7..7ab00139f 100644 --- a/libdex/Android.mk +++ b/libdex/Android.mk @@ -50,6 +50,7 @@ include $(CLEAR_VARS) #LOCAL_CFLAGS += -UNDEBUG -DDEBUG=1 LOCAL_SRC_FILES := $(dex_src_files) LOCAL_C_INCLUDES += $(dex_include_files) +LOCAL_STATIC_LIBRARIES := liblog LOCAL_MODULE_TAGS := optional LOCAL_MODULE := libdex include $(BUILD_STATIC_LIBRARY) @@ -65,6 +66,7 @@ endif # !SDK_ONLY include $(CLEAR_VARS) LOCAL_SRC_FILES := $(dex_src_files) LOCAL_C_INCLUDES += $(dex_include_files) +LOCAL_STATIC_LIBRARIES := liblog LOCAL_MODULE_TAGS := optional LOCAL_MODULE := libdex include $(BUILD_HOST_STATIC_LIBRARY) |
