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-12 13:02:38 -0700
commit56350fe387e77824a1e360d39a22f983b0a8ab20 (patch)
treef1880e71f75f85c022da0c29538ab930686acb98 /libpixelflinger/Android.mk
parent7e9fe7d86de665bcb2615d8c24de39416c48cdec (diff)
downloadsystem_core-56350fe387e77824a1e360d39a22f983b0a8ab20.zip
system_core-56350fe387e77824a1e360d39a22f983b0a8ab20.tar.gz
system_core-56350fe387e77824a1e360d39a22f983b0a8ab20.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: I7acc3ef5b2e21d8ba6fe939ea8d3ec4c41959591 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 acd18b0..128863d 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