diff options
author | Matt Mower <mowerm@gmail.com> | 2015-12-10 07:27:49 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-12-22 22:01:05 +0100 |
commit | 9a5b8b7febe0f0c0127cb9632056d86b85bb2db4 (patch) | |
tree | 44ab80603d66b41f4dd56f4e68532d26c18452ec | |
parent | minzip: Fixup libselinux includes (diff) | |
download | android_bootable_recovery-9a5b8b7febe0f0c0127cb9632056d86b85bb2db4.tar android_bootable_recovery-9a5b8b7febe0f0c0127cb9632056d86b85bb2db4.tar.gz android_bootable_recovery-9a5b8b7febe0f0c0127cb9632056d86b85bb2db4.tar.bz2 android_bootable_recovery-9a5b8b7febe0f0c0127cb9632056d86b85bb2db4.tar.lz android_bootable_recovery-9a5b8b7febe0f0c0127cb9632056d86b85bb2db4.tar.xz android_bootable_recovery-9a5b8b7febe0f0c0127cb9632056d86b85bb2db4.tar.zst android_bootable_recovery-9a5b8b7febe0f0c0127cb9632056d86b85bb2db4.zip |
Diffstat (limited to '')
-rw-r--r-- | libpixelflinger/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpixelflinger/Android.mk b/libpixelflinger/Android.mk index 384591e6d..044eea892 100644 --- a/libpixelflinger/Android.mk +++ b/libpixelflinger/Android.mk @@ -96,7 +96,7 @@ LOCAL_SRC_FILES_arm := $(PIXELFLINGER_SRC_FILES_arm) LOCAL_SRC_FILES_arm64 := $(PIXELFLINGER_SRC_FILES_arm64) LOCAL_SRC_FILES_x86 := $(PIXELFLINGER_SRC_FILES_x86) LOCAL_SRC_FILES_mips := $(PIXELFLINGER_SRC_FILES_mips) -ifneq ($(shell test $(PLATFORM_SDK_VERSION) -gt 22; echo $$?),0) +ifneq ($(shell test $(PLATFORM_SDK_VERSION) -gt 20; echo $$?),0) LOCAL_SRC_FILES += $(LOCAL_SRC_FILES_$(TARGET_ARCH)) endif LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include |