Update rules for libpixelfinger_twrp

Change-Id: I40131f330e902afab033e810761bf98c07bbd03d
This commit is contained in:
Ethan Yonker
2015-11-07 07:57:36 -06:00
parent fd52b987e5
commit 2c80efa0c8
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -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 \