Skip to content

Commit

Permalink
Revert "pixelflinger: make self-contained"
Browse files Browse the repository at this point in the history
This reverts commit 56350fe.

Change-Id: I4cda5773f39abd3b24df65d7bd9daaef92314b52
  • Loading branch information
peastham committed Mar 16, 2015
1 parent 56350fe commit cc255b4
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions libpixelflinger/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion libpixelflinger/tests/arch-arm64/assembler/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LOCAL_SHARED_LIBRARIES := \
libpixelflinger

LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../../..
system/core/libpixelflinger

LOCAL_MODULE:= test-pixelflinger-arm64-assembler-test

Expand Down
3 changes: 3 additions & 0 deletions libpixelflinger/tests/arch-arm64/disassembler/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ LOCAL_SRC_FILES:= \

LOCAL_SHARED_LIBRARIES :=

LOCAL_C_INCLUDES := \
system/core/libpixelflinger/codeflinger

LOCAL_MODULE:= test-pixelflinger-arm64-disassembler-test

LOCAL_MODULE_TAGS := tests
Expand Down
2 changes: 1 addition & 1 deletion libpixelflinger/tests/codegen/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LOCAL_SHARED_LIBRARIES := \
libpixelflinger

LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../..
system/core/libpixelflinger

LOCAL_MODULE:= test-opengl-codegen

Expand Down
2 changes: 1 addition & 1 deletion libpixelflinger/tests/gglmul/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES :=

LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../../include
system/core/libpixelflinger

LOCAL_MODULE:= test-pixelflinger-gglmul

Expand Down

0 comments on commit cc255b4

Please sign in to comment.