summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/pixelflinger/format.h (renamed from libpixelflinger/include/pixelflinger/format.h)0
-rw-r--r--include/pixelflinger/pixelflinger.h (renamed from libpixelflinger/include/pixelflinger/pixelflinger.h)0
-rw-r--r--include/private/pixelflinger/ggl_context.h (renamed from libpixelflinger/include/private/pixelflinger/ggl_context.h)0
-rw-r--r--include/private/pixelflinger/ggl_fixed.h (renamed from libpixelflinger/include/private/pixelflinger/ggl_fixed.h)0
-rw-r--r--libpixelflinger/Android.mk2
-rw-r--r--libpixelflinger/tests/arch-arm64/assembler/Android.mk2
-rw-r--r--libpixelflinger/tests/arch-arm64/disassembler/Android.mk3
-rw-r--r--libpixelflinger/tests/codegen/Android.mk2
-rw-r--r--libpixelflinger/tests/gglmul/Android.mk2
9 files changed, 6 insertions, 5 deletions
diff --git a/libpixelflinger/include/pixelflinger/format.h b/include/pixelflinger/format.h
index 82eeca4d7..82eeca4d7 100644
--- a/libpixelflinger/include/pixelflinger/format.h
+++ b/include/pixelflinger/format.h
diff --git a/libpixelflinger/include/pixelflinger/pixelflinger.h b/include/pixelflinger/pixelflinger.h
index 8a2b4421b..8a2b4421b 100644
--- a/libpixelflinger/include/pixelflinger/pixelflinger.h
+++ b/include/pixelflinger/pixelflinger.h
diff --git a/libpixelflinger/include/private/pixelflinger/ggl_context.h b/include/private/pixelflinger/ggl_context.h
index d43655cbb..d43655cbb 100644
--- a/libpixelflinger/include/private/pixelflinger/ggl_context.h
+++ b/include/private/pixelflinger/ggl_context.h
diff --git a/libpixelflinger/include/private/pixelflinger/ggl_fixed.h b/include/private/pixelflinger/ggl_fixed.h
index 787f6202b..787f6202b 100644
--- a/libpixelflinger/include/private/pixelflinger/ggl_fixed.h
+++ b/include/private/pixelflinger/ggl_fixed.h
diff --git a/libpixelflinger/Android.mk b/libpixelflinger/Android.mk
index 128863dd4..acd18b026 100644
--- a/libpixelflinger/Android.mk
+++ b/libpixelflinger/Android.mk
@@ -62,8 +62,6 @@ LOCAL_SRC_FILES_arm := $(PIXELFLINGER_SRC_FILES_arm)
62LOCAL_SRC_FILES_arm64 := $(PIXELFLINGER_SRC_FILES_arm64) 62LOCAL_SRC_FILES_arm64 := $(PIXELFLINGER_SRC_FILES_arm64)
63LOCAL_SRC_FILES_mips := $(PIXELFLINGER_SRC_FILES_mips) 63LOCAL_SRC_FILES_mips := $(PIXELFLINGER_SRC_FILES_mips)
64LOCAL_CFLAGS := $(PIXELFLINGER_CFLAGS) 64LOCAL_CFLAGS := $(PIXELFLINGER_CFLAGS)
65LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
66LOCAL_C_INCLUDES += $(LOCAL_EXPORT_C_INCLUDE_DIRS)
67LOCAL_SHARED_LIBRARIES := libcutils liblog 65LOCAL_SHARED_LIBRARIES := libcutils liblog
68 66
69# Really this should go away entirely or at least not depend on 67# Really this should go away entirely or at least not depend on
diff --git a/libpixelflinger/tests/arch-arm64/assembler/Android.mk b/libpixelflinger/tests/arch-arm64/assembler/Android.mk
index 448d2980e..961f323de 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 $(LOCAL_PATH)/../../.. 16 system/core/libpixelflinger
17 17
18LOCAL_MODULE:= test-pixelflinger-arm64-assembler-test 18LOCAL_MODULE:= test-pixelflinger-arm64-assembler-test
19 19
diff --git a/libpixelflinger/tests/arch-arm64/disassembler/Android.mk b/libpixelflinger/tests/arch-arm64/disassembler/Android.mk
index d8f7e699f..8f62f0975 100644
--- a/libpixelflinger/tests/arch-arm64/disassembler/Android.mk
+++ b/libpixelflinger/tests/arch-arm64/disassembler/Android.mk
@@ -7,6 +7,9 @@ LOCAL_SRC_FILES:= \
7 7
8LOCAL_SHARED_LIBRARIES := 8LOCAL_SHARED_LIBRARIES :=
9 9
10LOCAL_C_INCLUDES := \
11 system/core/libpixelflinger/codeflinger
12
10LOCAL_MODULE:= test-pixelflinger-arm64-disassembler-test 13LOCAL_MODULE:= test-pixelflinger-arm64-disassembler-test
11 14
12LOCAL_MODULE_TAGS := tests 15LOCAL_MODULE_TAGS := tests
diff --git a/libpixelflinger/tests/codegen/Android.mk b/libpixelflinger/tests/codegen/Android.mk
index 2f9ca2f9a..bc0701559 100644
--- a/libpixelflinger/tests/codegen/Android.mk
+++ b/libpixelflinger/tests/codegen/Android.mk
@@ -9,7 +9,7 @@ LOCAL_SHARED_LIBRARIES := \
9 libpixelflinger 9 libpixelflinger
10 10
11LOCAL_C_INCLUDES := \ 11LOCAL_C_INCLUDES := \
12 $(LOCAL_PATH)/../.. 12 system/core/libpixelflinger
13 13
14LOCAL_MODULE:= test-opengl-codegen 14LOCAL_MODULE:= test-opengl-codegen
15 15
diff --git a/libpixelflinger/tests/gglmul/Android.mk b/libpixelflinger/tests/gglmul/Android.mk
index 75bd39ef5..f479fa1e8 100644
--- a/libpixelflinger/tests/gglmul/Android.mk
+++ b/libpixelflinger/tests/gglmul/Android.mk
@@ -7,7 +7,7 @@ LOCAL_SRC_FILES:= \
7LOCAL_SHARED_LIBRARIES := 7LOCAL_SHARED_LIBRARIES :=
8 8
9LOCAL_C_INCLUDES := \ 9LOCAL_C_INCLUDES := \
10 $(LOCAL_PATH)/../../include 10 system/core/libpixelflinger
11 11
12LOCAL_MODULE:= test-pixelflinger-gglmul 12LOCAL_MODULE:= test-pixelflinger-gglmul
13 13