diff options
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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_CLANG_CPPFLAGS += \ + -Wno-pointer-bool-conversion + LOCAL_MODULE:= libFraunhoferAAC include $(BUILD_STATIC_LIBRARY) |