diff options
author | Tao Bao <tbao@google.com> | 2015-06-04 00:38:50 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-04 00:38:50 +0200 |
commit | 7baa13f6d6ffa77e35e3596018efa5ca9a1febf7 (patch) | |
tree | a49e149d6efdf165c92650ebd6d7f410ee63b4f6 /minui | |
parent | am 227069d7: Merge "Fix build: fprintf without modifier" (diff) | |
parent | Merge "recovery: Switch to clang" (diff) | |
download | android_bootable_recovery-7baa13f6d6ffa77e35e3596018efa5ca9a1febf7.tar android_bootable_recovery-7baa13f6d6ffa77e35e3596018efa5ca9a1febf7.tar.gz android_bootable_recovery-7baa13f6d6ffa77e35e3596018efa5ca9a1febf7.tar.bz2 android_bootable_recovery-7baa13f6d6ffa77e35e3596018efa5ca9a1febf7.tar.lz android_bootable_recovery-7baa13f6d6ffa77e35e3596018efa5ca9a1febf7.tar.xz android_bootable_recovery-7baa13f6d6ffa77e35e3596018efa5ca9a1febf7.tar.zst android_bootable_recovery-7baa13f6d6ffa77e35e3596018efa5ca9a1febf7.zip |
Diffstat (limited to '')
-rw-r--r-- | minui/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minui/Android.mk b/minui/Android.mk index 52f066256..5584612df 100644 --- a/minui/Android.mk +++ b/minui/Android.mk @@ -39,6 +39,7 @@ include $(BUILD_STATIC_LIBRARY) # Used by OEMs for factory test images. include $(CLEAR_VARS) +LOCAL_CLANG := true LOCAL_MODULE := libminui LOCAL_WHOLE_STATIC_LIBRARIES += libminui LOCAL_SHARED_LIBRARIES := libpng |