Merge "Add a static dependency on libbase."

This commit is contained in:
Narayan Kamath
2015-04-29 14:09:03 +00:00
committed by Gerrit Code Review
3 changed files with 5 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ LOCAL_SRC_FILES:= $(deviceSources)
LOCAL_C_INCLUDES := \
external/zlib \
system/core/include
LOCAL_STATIC_LIBRARIES := libziparchive
LOCAL_STATIC_LIBRARIES := libziparchive libbase
LOCAL_SHARED_LIBRARIES := \
libbinder \
liblog \

View File

@@ -64,7 +64,8 @@ aaptHostStaticLibs := \
libutils \
libcutils \
libexpat \
libziparchive-host
libziparchive-host \
libbase
aaptCFlags := -DAAPT_VERSION=\"$(BUILD_NUMBER)\"
aaptCFlags += -Wall -Werror

View File

@@ -52,7 +52,8 @@ hostStaticLibs := \
libutils \
libcutils \
libexpat \
libziparchive-host
libziparchive-host \
libbase
cFlags := -Wall -Werror