summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-05-15 23:32:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-15 23:32:57 +0000
commit88063ca54bc064fedb836fa020b699f8c61ce6ed (patch)
tree872820901f4c0da447d54ba7cfe3cc1f409efed5 /services/audioflinger
parentf71f5afcd87e8037350f8630e6d40da0a9b2aa60 (diff)
parent926ac73529a3b1fc614f8e7f1b2ed35564fc51e6 (diff)
downloadframeworks_av-88063ca54bc064fedb836fa020b699f8c61ce6ed.zip
frameworks_av-88063ca54bc064fedb836fa020b699f8c61ce6ed.tar.gz
frameworks_av-88063ca54bc064fedb836fa020b699f8c61ce6ed.tar.bz2
Merge changes Ia529bf53,I10888d0b into mnc-dev
* changes: Enable building with clang/llvm. Enable clang compilation.
Diffstat (limited to 'services/audioflinger')
-rw-r--r--services/audioflinger/Android.mk6
-rw-r--r--services/audioflinger/tests/Android.mk6
2 files changed, 0 insertions, 12 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index c359be5..debcdf9 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -29,12 +29,6 @@ include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
-# Clang++ aborts on AudioMixer.cpp,
-# b/18373866, "do not know how to split this operator."
-ifeq ($(filter $(TARGET_ARCH),arm arm64),$(TARGET_ARCH))
- LOCAL_CLANG := false
-endif
-
LOCAL_SRC_FILES:= \
AudioFlinger.cpp \
Threads.cpp \
diff --git a/services/audioflinger/tests/Android.mk b/services/audioflinger/tests/Android.mk
index 536eb93..e152468 100644
--- a/services/audioflinger/tests/Android.mk
+++ b/services/audioflinger/tests/Android.mk
@@ -30,12 +30,6 @@ include $(BUILD_NATIVE_TEST)
#
include $(CLEAR_VARS)
-# Clang++ aborts on AudioMixer.cpp,
-# b/18373866, "do not know how to split this operator."
-ifeq ($(filter $(TARGET_ARCH),arm arm64),$(TARGET_ARCH))
- LOCAL_CLANG := false
-endif
-
LOCAL_SRC_FILES:= \
test-mixer.cpp \
../AudioMixer.cpp.arm \