pixelflinger: make self-contained

pixelflinger should not be used for new projects and should be moved out
of system/core at some point.  As the first step, move all its headers
under system/core/libpixelflinger/include and update its Android.mk
files so they're not referring to the absolute system/core path anymore.

Change-Id: Idead273ab2c0450409d770f5402c4dba916192a9
Signed-off-by: Greg Hackmann <ghackmann@google.com>
This commit is contained in:
Greg Hackmann 2015-03-12 11:16:50 -07:00
parent 5aa097c8a7
commit 38eb58d2a8
9 changed files with 5 additions and 6 deletions

View file

@ -62,6 +62,8 @@ 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

View file

@ -13,7 +13,7 @@ LOCAL_SHARED_LIBRARIES := \
libpixelflinger
LOCAL_C_INCLUDES := \
system/core/libpixelflinger
$(LOCAL_PATH)/../../..
LOCAL_MODULE:= test-pixelflinger-arm64-assembler-test

View file

@ -7,9 +7,6 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES :=
LOCAL_C_INCLUDES := \
system/core/libpixelflinger/codeflinger
LOCAL_MODULE:= test-pixelflinger-arm64-disassembler-test
LOCAL_MODULE_TAGS := tests

View file

@ -9,7 +9,7 @@ LOCAL_SHARED_LIBRARIES := \
libpixelflinger
LOCAL_C_INCLUDES := \
system/core/libpixelflinger
$(LOCAL_PATH)/../..
LOCAL_MODULE:= test-opengl-codegen

View file

@ -7,7 +7,7 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES :=
LOCAL_C_INCLUDES := \
system/core/libpixelflinger
$(LOCAL_PATH)/../../include
LOCAL_MODULE:= test-pixelflinger-gglmul