summaryrefslogtreecommitdiffstats
path: root/libpixelflinger
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-11-07 14:57:36 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-11-07 14:57:36 +0100
commit2c80efa0c8baba68b034122ec519cc1d99dfc35c (patch)
tree6d55ad7e7def863ec13218508f63d9da7fb90985 /libpixelflinger
parentFix bution action position when using textplacement TEXT_ONLY_RIGHT (diff)
downloadandroid_bootable_recovery-2c80efa0c8baba68b034122ec519cc1d99dfc35c.tar
android_bootable_recovery-2c80efa0c8baba68b034122ec519cc1d99dfc35c.tar.gz
android_bootable_recovery-2c80efa0c8baba68b034122ec519cc1d99dfc35c.tar.bz2
android_bootable_recovery-2c80efa0c8baba68b034122ec519cc1d99dfc35c.tar.lz
android_bootable_recovery-2c80efa0c8baba68b034122ec519cc1d99dfc35c.tar.xz
android_bootable_recovery-2c80efa0c8baba68b034122ec519cc1d99dfc35c.tar.zst
android_bootable_recovery-2c80efa0c8baba68b034122ec519cc1d99dfc35c.zip
Diffstat (limited to 'libpixelflinger')
-rw-r--r--libpixelflinger/Android.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/libpixelflinger/Android.mk b/libpixelflinger/Android.mk
index 693a612a7..99f026c0f 100644
--- a/libpixelflinger/Android.mk
+++ b/libpixelflinger/Android.mk
@@ -15,13 +15,17 @@ endif
PIXELFLINGER_SRC_FILES += \
codeflinger/CodeCache.cpp \
- codeflinger/tinyutils/SharedBuffer.cpp \
- codeflinger/tinyutils/VectorImpl.cpp \
format.cpp \
clear.cpp \
raster.cpp \
buffer.cpp
+ifneq ($(wildcard system/core/libpixelflinger/codeflinger/tinyutils/VectorImpl.cpp),)
+ PIXELFLINGER_SRC_FILES += \
+ codeflinger/tinyutils/SharedBuffer.cpp \
+ codeflinger/tinyutils/VectorImpl.cpp
+endif
+
ifneq ($(TW_HAVE_X86_ACCELERATED_PIXELFLINGER),true)
PIXELFLINGER_SRC_FILES += \
codeflinger/ARMAssemblerInterface.cpp \