summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/tests
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-05-14 10:51:23 -0700
committerChih-Hung Hsieh <chh@google.com>2015-05-15 16:01:20 -0700
commitff2116e805a3d72cf8bdb07fb47554b93faa93fa (patch)
tree16c01dbc7b0f194415e45d63b0ef14c67250a3ed /services/audioflinger/tests
parentd9f493ebcd1830c76d7b1782e64c7ba9ad8ab4bd (diff)
downloadframeworks_av-ff2116e805a3d72cf8bdb07fb47554b93faa93fa.zip
frameworks_av-ff2116e805a3d72cf8bdb07fb47554b93faa93fa.tar.gz
frameworks_av-ff2116e805a3d72cf8bdb07fb47554b93faa93fa.tar.bz2
Enable clang compilation.
Previous clang/llvm bug was fixed. BUG: 18373866 Change-Id: I10888d0bc1cf8f621c719a705b1f77ff0d0ecca5 (cherry picked from commit 1ab4ff2355e934517751e40573e4163cb49b1676)
Diffstat (limited to 'services/audioflinger/tests')
-rw-r--r--services/audioflinger/tests/Android.mk6
1 files changed, 0 insertions, 6 deletions
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 \