summaryrefslogtreecommitdiffstats
path: root/libpixelflinger
diff options
context:
space:
mode:
authorthat <github@that.at>2015-10-10 15:59:22 +0200
committerthat <github@that.at>2015-10-10 16:02:06 +0200
commit0579114c332fbcb5190845ca9fb4ccac664a7b93 (patch)
tree1938324fc3f40f07244bb46c896a31c0fa64403e /libpixelflinger
parentRevert "Use getmntent when accessing /proc/mounts." (diff)
downloadandroid_bootable_recovery-0579114c332fbcb5190845ca9fb4ccac664a7b93.tar
android_bootable_recovery-0579114c332fbcb5190845ca9fb4ccac664a7b93.tar.gz
android_bootable_recovery-0579114c332fbcb5190845ca9fb4ccac664a7b93.tar.bz2
android_bootable_recovery-0579114c332fbcb5190845ca9fb4ccac664a7b93.tar.lz
android_bootable_recovery-0579114c332fbcb5190845ca9fb4ccac664a7b93.tar.xz
android_bootable_recovery-0579114c332fbcb5190845ca9fb4ccac664a7b93.tar.zst
android_bootable_recovery-0579114c332fbcb5190845ca9fb4ccac664a7b93.zip
Diffstat (limited to 'libpixelflinger')
-rw-r--r--libpixelflinger/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpixelflinger/Android.mk b/libpixelflinger/Android.mk
index d464c7707..693a612a7 100644
--- a/libpixelflinger/Android.mk
+++ b/libpixelflinger/Android.mk
@@ -91,6 +91,9 @@ 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)
+ LOCAL_SRC_FILES += $(LOCAL_SRC_FILES_$(TARGET_ARCH))
+endif
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
LOCAL_C_INCLUDES += $(LOCAL_EXPORT_C_INCLUDE_DIRS)
LOCAL_CFLAGS := $(PIXELFLINGER_CFLAGS)