Commit 3c4c8d63 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh

Move Clang only flags into LOCAL_CLANG_CPPFLAGS.

Gcc does not recognize -Wno-pointer-bool-conversion.

Change-Id: Ib6ffa321fff1947b6a098244f7d67fdeb45c2b41
parent 9428e080
......@@ -55,7 +55,7 @@ LOCAL_C_INCLUDES := \
# In tpdec_asc.cpp: address of array 'pPce->FrontElementIsCpe'
# will always evaluate to 'true'.
LOCAL_CPPFLAGS += \
LOCAL_CLANG_CPPFLAGS += \
-Wno-pointer-bool-conversion
LOCAL_MODULE:= libFraunhoferAAC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment