Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 926ac735 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

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 7630881d)
parent ff2116e8
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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                 \