diff options
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 6 |
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) |