Update rules for libpixelfinger_twrp
Change-Id: I40131f330e902afab033e810761bf98c07bbd03d
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -121,7 +121,7 @@ ifeq ($(TW_DISABLE_TTF), true)
|
||||
endif
|
||||
|
||||
LOCAL_CFLAGS += -DTWRES=\"$(TWRES_PATH)\"
|
||||
LOCAL_SHARED_LIBRARIES += libft2 libz libc libcutils libjpeg libpng
|
||||
LOCAL_SHARED_LIBRARIES += libft2 libz libc libcutils libjpeg libpng libutils
|
||||
LOCAL_STATIC_LIBRARIES += libpixelflinger_twrp
|
||||
LOCAL_MODULE_TAGS := eng
|
||||
LOCAL_MODULE := libminuitwrp
|
||||
|
||||
Reference in New Issue
Block a user