aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-12-09 17:14:58 -0800
committerChih-Hung Hsieh <chh@google.com>2014-12-09 17:14:58 -0800
commitb1ef7bf2ba82e798797d1a646c97e7e8bd5f4e83 (patch)
tree85588f76c7614a43b038ee8602290b9266bcb4cd
parent0df1724cbd2a9155d34c4ce5739ea29e18b33b52 (diff)
downloadpixman-b1ef7bf2ba82e798797d1a646c97e7e8bd5f4e83.tar.gz
Suppress clang assembler until the .S file is fixed.
BUG: 18691222 Change-Id: If00ef8950c9bdd43bb800679688f89a29b70b826
-rw-r--r--pixman/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/pixman/Android.mk b/pixman/Android.mk
index eb9436a..656a898 100644
--- a/pixman/Android.mk
+++ b/pixman/Android.mk
@@ -2,6 +2,9 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
+# pixman-android-neon.S uses gcc-specific directive.
+LOCAL_CLANG_ASFLAGS_arm += -no-integrated-as
+
LOCAL_SDK_VERSION := 14
LOCAL_MODULE := libpixman