mirror of https://github.com/mstorsjo/fdk-aac.git
Move Clang only flags into LOCAL_CLANG_CPPFLAGS.
Gcc does not recognize -Wno-pointer-bool-conversion. Change-Id: Ib6ffa321fff1947b6a098244f7d67fdeb45c2b41
This commit is contained in:
parent
9428e080cc
commit
3c4c8d631f
|
@ -55,7 +55,7 @@ LOCAL_C_INCLUDES := \
|
||||||
|
|
||||||
# In tpdec_asc.cpp: address of array 'pPce->FrontElementIsCpe'
|
# In tpdec_asc.cpp: address of array 'pPce->FrontElementIsCpe'
|
||||||
# will always evaluate to 'true'.
|
# will always evaluate to 'true'.
|
||||||
LOCAL_CPPFLAGS += \
|
LOCAL_CLANG_CPPFLAGS += \
|
||||||
-Wno-pointer-bool-conversion
|
-Wno-pointer-bool-conversion
|
||||||
|
|
||||||
LOCAL_MODULE:= libFraunhoferAAC
|
LOCAL_MODULE:= libFraunhoferAAC
|
||||||
|
|
Loading…
Reference in New Issue