summaryrefslogtreecommitdiffstats
path: root/minui/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-03-28 22:11:15 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-03-28 22:11:15 +0200
commit9166f66eee883d6d6cc280a6c355e5528bb4a3f0 (patch)
treebd93922ea314e16adf659b230581b572f624b5f0 /minui/Android.mk
parentMerge changes from topic 'sinkfn' am: 34df98ee6d am: 862b7e8523 (diff)
parentMerge "Add the missing sr-Latn into png files and rename the png locale header" am: 713d915636 (diff)
downloadandroid_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.tar
android_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.tar.gz
android_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.tar.bz2
android_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.tar.lz
android_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.tar.xz
android_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.tar.zst
android_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.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