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

Commit 1ab4ff23 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Enable clang compilation.

Previous clang/llvm bug was fixed.

BUG: 18373866
Change-Id: I10888d0bc1cf8f621c719a705b1f77ff0d0ecca5
parent d03684bc
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -30,12 +30,6 @@ include $(BUILD_NATIVE_TEST)
#
#
include $(CLEAR_VARS)
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:= \
LOCAL_SRC_FILES:= \
	test-mixer.cpp \
	test-mixer.cpp \
	../AudioMixer.cpp.arm \
	../AudioMixer.cpp.arm \