Revert "pixelflinger: make self-contained"
This reverts commit 56350fe387
.
Change-Id: I4cda5773f39abd3b24df65d7bd9daaef92314b52
This commit is contained in:
parent
56350fe387
commit
cc255b4873
9 changed files with 6 additions and 5 deletions
|
@ -62,8 +62,6 @@ LOCAL_SRC_FILES_arm := $(PIXELFLINGER_SRC_FILES_arm)
|
|||
LOCAL_SRC_FILES_arm64 := $(PIXELFLINGER_SRC_FILES_arm64)
|
||||
LOCAL_SRC_FILES_mips := $(PIXELFLINGER_SRC_FILES_mips)
|
||||
LOCAL_CFLAGS := $(PIXELFLINGER_CFLAGS)
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
|
||||
LOCAL_C_INCLUDES += $(LOCAL_EXPORT_C_INCLUDE_DIRS)
|
||||
LOCAL_SHARED_LIBRARIES := libcutils liblog
|
||||
|
||||
# Really this should go away entirely or at least not depend on
|
||||
|
|
|
@ -13,7 +13,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libpixelflinger
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/../../..
|
||||
system/core/libpixelflinger
|
||||
|
||||
LOCAL_MODULE:= test-pixelflinger-arm64-assembler-test
|
||||
|
||||
|
|
|
@ -7,6 +7,9 @@ LOCAL_SRC_FILES:= \
|
|||
|
||||
LOCAL_SHARED_LIBRARIES :=
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
system/core/libpixelflinger/codeflinger
|
||||
|
||||
LOCAL_MODULE:= test-pixelflinger-arm64-disassembler-test
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
|
|
@ -9,7 +9,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libpixelflinger
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/../..
|
||||
system/core/libpixelflinger
|
||||
|
||||
LOCAL_MODULE:= test-opengl-codegen
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ LOCAL_SRC_FILES:= \
|
|||
LOCAL_SHARED_LIBRARIES :=
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/../../include
|
||||
system/core/libpixelflinger
|
||||
|
||||
LOCAL_MODULE:= test-pixelflinger-gglmul
|
||||
|
||||
|
|
Loading…
Reference in a new issue