summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-17 20:12:28 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-17 20:12:28 +0100
commitad20b76397664fd737b3bb1d73de7ae915990425 (patch)
tree9f8c0d4ad683e77dcbb0f3e6a14970462b9b4ba5 /Android.mk
parentMerge "recovery: Move property_get() to android::base::GetProperty()." (diff)
parentMerge "minui: Export minui/minui.h." (diff)
downloadandroid_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.tar
android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.tar.gz
android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.tar.bz2
android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.tar.lz
android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.tar.xz
android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.tar.zst
android_bootable_recovery-ad20b76397664fd737b3bb1d73de7ae915990425.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 633f18d77..f8e5ac24a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -151,7 +151,11 @@ LOCAL_SRC_FILES := \
asn1_decoder.cpp \
verifier.cpp \
ui.cpp
-LOCAL_STATIC_LIBRARIES := libcrypto_utils libcrypto libbase
+LOCAL_STATIC_LIBRARIES := \
+ libminui \
+ libcrypto_utils \
+ libcrypto \
+ libbase
LOCAL_CFLAGS := -Werror
include $(BUILD_STATIC_LIBRARY)