summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-09-28 13:49:33 -0700
committerTianjie Xu <xunchang@google.com>2017-09-28 13:49:33 -0700
commit647b21fd5d00c3796ba82a9c28a3d917c52eb484 (patch)
tree19f9e09fdac6877c0ea9dff0d70c7b3ff849f433 /slideshow
parent4f613859c824fe6a23fcc6a05621a3a65e38abb2 (diff)
downloadextras-647b21fd5d00c3796ba82a9c28a3d917c52eb484.tar.gz
Add libbase as a dependency for slideshow
libminui now depends on libbase Bug: 67010912 Test: mma Change-Id: Id12d1641b7d249e63ffd3b23d175aec6fa5ac334
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/Android.mk11
1 files changed, 10 insertions, 1 deletions
diff --git a/slideshow/Android.mk b/slideshow/Android.mk
index bd664207..6da4416e 100644
--- a/slideshow/Android.mk
+++ b/slideshow/Android.mk
@@ -11,5 +11,14 @@ LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT_SBIN)
LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_SBIN_UNSTRIPPED)
LOCAL_CFLAGS := -D__STDC_LIMIT_MACROS -Werror
-LOCAL_STATIC_LIBRARIES := libminui libpng libz libutils libcutils liblog libm libc
+LOCAL_STATIC_LIBRARIES := \
+ libminui \
+ libpng \
+ libbase \
+ libz \
+ libutils \
+ libcutils \
+ liblog \
+ libm \
+ libc
include $(BUILD_EXECUTABLE)