summaryrefslogtreecommitdiffstats
path: root/libpixelflinger
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-24 22:39:10 -0800
committerElliott Hughes <enh@google.com>2015-01-24 22:39:10 -0800
commit110dd4b24bc9f3bbd4e15ab25be73d70cdfa44fb (patch)
tree62fd9125e4405ba1e1d8c8fa283807f9b5d86b97 /libpixelflinger
parentae79cb5a819bd5bbd86a3496141d45c22db8c86b (diff)
downloadsystem_core-110dd4b24bc9f3bbd4e15ab25be73d70cdfa44fb.zip
system_core-110dd4b24bc9f3bbd4e15ab25be73d70cdfa44fb.tar.gz
system_core-110dd4b24bc9f3bbd4e15ab25be73d70cdfa44fb.tar.bz2
Remove obsolete BUILD_TINY_ANDROID.
Change-Id: I876bce99efb40cd791256535d8d6c0d046b7aeae
Diffstat (limited to 'libpixelflinger')
-rw-r--r--libpixelflinger/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpixelflinger/Android.mk b/libpixelflinger/Android.mk
index f1bd522..acd18b0 100644
--- a/libpixelflinger/Android.mk
+++ b/libpixelflinger/Android.mk
@@ -64,12 +64,10 @@ LOCAL_SRC_FILES_mips := $(PIXELFLINGER_SRC_FILES_mips)
LOCAL_CFLAGS := $(PIXELFLINGER_CFLAGS)
LOCAL_SHARED_LIBRARIES := libcutils liblog
-ifneq ($(BUILD_TINY_ANDROID),true)
# Really this should go away entirely or at least not depend on
# libhardware, but this at least gets us built.
LOCAL_SHARED_LIBRARIES += libhardware_legacy
LOCAL_CFLAGS += -DWITH_LIB_HARDWARE
-endif
# t32cb16blend.S does not compile with Clang.
LOCAL_CLANG_ASFLAGS_arm += -no-integrated-as
# arch-arm64/col32cb16blend.S does not compile with Clang.