summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Pasanen <dan.pasanen@gmail.com>2015-11-11 18:08:33 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-12-08 17:32:10 +0100
commiteb028c1e768286af42e14c100ab8a73c626ce2cd (patch)
tree8c28ea28773d4564d2c14b845cdcc28608418c68
parentMerge "minui: bring back custom font support" into android-6.0 (diff)
downloadandroid_bootable_recovery-eb028c1e768286af42e14c100ab8a73c626ce2cd.tar
android_bootable_recovery-eb028c1e768286af42e14c100ab8a73c626ce2cd.tar.gz
android_bootable_recovery-eb028c1e768286af42e14c100ab8a73c626ce2cd.tar.bz2
android_bootable_recovery-eb028c1e768286af42e14c100ab8a73c626ce2cd.tar.lz
android_bootable_recovery-eb028c1e768286af42e14c100ab8a73c626ce2cd.tar.xz
android_bootable_recovery-eb028c1e768286af42e14c100ab8a73c626ce2cd.tar.zst
android_bootable_recovery-eb028c1e768286af42e14c100ab8a73c626ce2cd.zip
-rw-r--r--libpixelflinger/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpixelflinger/Android.mk b/libpixelflinger/Android.mk
index 99f026c0f..384591e6d 100644
--- a/libpixelflinger/Android.mk
+++ b/libpixelflinger/Android.mk
@@ -89,6 +89,7 @@ endif
#
include $(CLEAR_VARS)
+LOCAL_CLANG := false
LOCAL_MODULE:= libpixelflinger_twrp
LOCAL_SRC_FILES := $(PIXELFLINGER_SRC_FILES)
LOCAL_SRC_FILES_arm := $(PIXELFLINGER_SRC_FILES_arm)