Android.mk: Turn off warnings for libvpx

This commit is contained in:
Gautier Pelloux-Prayer 2015-02-23 09:35:47 +01:00
parent 375eec05ac
commit fab1627121

View file

@ -4,4 +4,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libvpx
LOCAL_SRC_FILES := $(TARGET_ARCH)/libvpx.a
#turn off warnings since we cannot fix them
LOCAL_CFLAGS += -w
include $(PREBUILT_STATIC_LIBRARY)