summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/Android.mk
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2015-03-12 11:16:50 -0700
committerGreg Hackmann <ghackmann@google.com>2015-03-19 12:34:35 -0700
commit38eb58d2a808778d13afc570a82ab2534321be70 (patch)
tree5cb8c8c7b614417efa8804f70590550fc034fd5b /libpixelflinger/Android.mk
parent5aa097c8a7b9326e1add7a23bf4d31febd25127b (diff)
downloadsystem_core-38eb58d2a808778d13afc570a82ab2534321be70.zip
system_core-38eb58d2a808778d13afc570a82ab2534321be70.tar.gz
system_core-38eb58d2a808778d13afc570a82ab2534321be70.tar.bz2
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>
Diffstat (limited to 'libpixelflinger/Android.mk')
-rw-r--r--libpixelflinger/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpixelflinger/Android.mk b/libpixelflinger/Android.mk
index aa614bc..697db25 100644
--- a/libpixelflinger/Android.mk
+++ b/libpixelflinger/Android.mk
@@ -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