Merge "Disable warnings that are not easily fixable"
diff --git a/Android.mk b/Android.mk
index 4c28670..519e820 100644
--- a/Android.mk
+++ b/Android.mk
@@ -40,6 +40,7 @@
         $(sbrenc_sources:%=libSBRenc/src/%)
 
 LOCAL_CFLAGS += -Wno-sequence-point -Wno-extra
+LOCAL_CFLAGS += "-Wno-\#warnings" -Wno-constant-logical-operand -Wno-self-assign
 
 LOCAL_C_INCLUDES := \
         $(LOCAL_PATH)/libAACdec/include \