summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-05-12 11:18:15 -0700
committerChih-Hung Hsieh <chh@google.com>2015-05-15 16:02:53 -0700
commit926ac73529a3b1fc614f8e7f1b2ed35564fc51e6 (patch)
tree33776a181b2a48ef5f6cf19ba82ac514296f495d
parentff2116e805a3d72cf8bdb07fb47554b93faa93fa (diff)
downloadframeworks_av-926ac73529a3b1fc614f8e7f1b2ed35564fc51e6.zip
frameworks_av-926ac73529a3b1fc614f8e7f1b2ed35564fc51e6.tar.gz
frameworks_av-926ac73529a3b1fc614f8e7f1b2ed35564fc51e6.tar.bz2
Enable building with clang/llvm.
The llvm bug https://llvm.org/bugs/show_bug.cgi?id=21572 was fixed. BUG: 18373866 Change-Id: Ia529bf53267f636880515ccefb4ca1cf7d731baf (cherry picked from commit 7630881d853b130e2c1f11cb2dafebe684bcfa91)
-rw-r--r--services/audioflinger/Android.mk6
1 files changed, 0 insertions, 6 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 \