summaryrefslogtreecommitdiffstats
path: root/minui/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-03-28 22:02:45 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-03-28 22:02:45 +0200
commit5ec12126f0ce341d97076f8f907d280148fbfc31 (patch)
tree4e2919c747726541f3b8308b682d5cd91f697e7e /minui/Android.mk
parentMerge changes from topic 'sinkfn' am: 34df98ee6d (diff)
parentMerge "Add the missing sr-Latn into png files and rename the png locale header" (diff)
downloadandroid_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.tar
android_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.tar.gz
android_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.tar.bz2
android_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.tar.lz
android_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.tar.xz
android_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.tar.zst
android_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.zip
Diffstat (limited to 'minui/Android.mk')
-rw-r--r--minui/Android.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/minui/Android.mk b/minui/Android.mk
index 281f64912..4dfc65f8a 100644
--- a/minui/Android.mk
+++ b/minui/Android.mk
@@ -28,7 +28,10 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
libdrm \
libsync_recovery
-LOCAL_STATIC_LIBRARIES := libpng
+LOCAL_STATIC_LIBRARIES := \
+ libpng \
+ libbase
+
LOCAL_CFLAGS := -Werror
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
@@ -61,7 +64,10 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := libminui
LOCAL_WHOLE_STATIC_LIBRARIES += libminui
-LOCAL_SHARED_LIBRARIES := libpng
+LOCAL_SHARED_LIBRARIES := \
+ libpng \
+ libbase
+
LOCAL_CFLAGS := -Werror
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include