summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
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)