Ignore Clang warning on checking address of arrays.

BUG: 17356808
Change-Id: I464ffcfb3fc4f44ac8115f9ae98a8c46189b41cd
This commit is contained in:
Chih-Hung Hsieh 2014-09-03 12:40:41 -07:00
parent 2decc77814
commit 9428e080cc

View File

@ -53,6 +53,11 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/libSBRdec/include \
$(LOCAL_PATH)/libSBRenc/include
# In tpdec_asc.cpp: address of array 'pPce->FrontElementIsCpe'
# will always evaluate to 'true'.
LOCAL_CPPFLAGS += \
-Wno-pointer-bool-conversion
LOCAL_MODULE:= libFraunhoferAAC
include $(BUILD_STATIC_LIBRARY)