diff options
| author | 2015-04-28 09:23:26 +0100 | |
|---|---|---|
| committer | 2015-04-29 14:07:41 +0000 | |
| commit | 9c8ba9666d2fad27baae11e56d63485a22812d17 (patch) | |
| tree | c8f748f6d9a2ba3cb440266a02abb1f24617aa47 /libs | |
| parent | adbbba9f1dc364e4d3911562fdb8f2e666922e2f (diff) | |
Add a static dependency on libbase.
Used by libziparchive.
Change-Id: I120494b620c72b36a725b01f1f274f5dc862a9a3
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/androidfw/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/androidfw/Android.mk b/libs/androidfw/Android.mk index 461160ad7336..2f287000f746 100644 --- a/libs/androidfw/Android.mk +++ b/libs/androidfw/Android.mk @@ -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 \ |