summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Hackmann2015-03-12 13:16:50 -0500
committerGreg Hackmann2015-03-19 14:34:35 -0500
commit38eb58d2a808778d13afc570a82ab2534321be70 (patch)
tree5cb8c8c7b614417efa8804f70590550fc034fd5b /libpixelflinger/tests/arch-arm64/assembler
parent5aa097c8a7b9326e1add7a23bf4d31febd25127b (diff)
downloadplatform-system-core-38eb58d2a808778d13afc570a82ab2534321be70.tar.gz
platform-system-core-38eb58d2a808778d13afc570a82ab2534321be70.tar.xz
platform-system-core-38eb58d2a808778d13afc570a82ab2534321be70.zip
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/tests/arch-arm64/assembler')
-rw-r--r--libpixelflinger/tests/arch-arm64/assembler/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpixelflinger/tests/arch-arm64/assembler/Android.mk b/libpixelflinger/tests/arch-arm64/assembler/Android.mk
index 961f323de..448d2980e 100644
--- a/libpixelflinger/tests/arch-arm64/assembler/Android.mk
+++ b/libpixelflinger/tests/arch-arm64/assembler/Android.mk
@@ -13,7 +13,7 @@ LOCAL_SHARED_LIBRARIES := \
13 libpixelflinger 13 libpixelflinger
14 14
15LOCAL_C_INCLUDES := \ 15LOCAL_C_INCLUDES := \
16 system/core/libpixelflinger 16 $(LOCAL_PATH)/../../..
17 17
18LOCAL_MODULE:= test-pixelflinger-arm64-assembler-test 18LOCAL_MODULE:= test-pixelflinger-arm64-assembler-test
19 19