Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Add a static dependency on libbase.
Browse files Browse the repository at this point in the history
Used by libziparchive.

Change-Id: I120494b620c72b36a725b01f1f274f5dc862a9a3
  • Loading branch information
narayank committed Apr 29, 2015
1 parent adbbba9 commit 9c8ba96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/androidfw/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion tools/aapt/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ aaptHostStaticLibs := \
libutils \
libcutils \
libexpat \
libziparchive-host
libziparchive-host \
libbase

aaptCFlags := -DAAPT_VERSION=\"$(BUILD_NUMBER)\"
aaptCFlags += -Wall -Werror
Expand Down
3 changes: 2 additions & 1 deletion tools/split-select/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ hostStaticLibs := \
libutils \
libcutils \
libexpat \
libziparchive-host
libziparchive-host \
libbase

cFlags := -Wall -Werror

Expand Down

0 comments on commit 9c8ba96

Please sign in to comment.