blob: 5e46fc1b9d0c4173be2de9e7294049b7a23cc5bb [file] [log] [blame]
Soumil Shah196157e2018-01-22 17:39:48 -08001LOCAL_CFLAGS += -Wno-unused-variable
2LOCAL_CFLAGS += -Wno-sign-compare
3LOCAL_CFLAGS += -Wno-unused-parameter
4LOCAL_CFLAGS += -Wno-unused-label
5LOCAL_CFLAGS += -Wno-gnu-designator
6LOCAL_CFLAGS += -Wno-typedef-redefinition
7LOCAL_CFLAGS += -Wno-shorten-64-to-32
8LOCAL_CFLAGS += -Wno-tautological-compare
9LOCAL_CFLAGS += -Wno-unused-function
10LOCAL_CFLAGS += -Wno-unused-local-typedef
11
Mingming Yina6dad602014-05-16 12:10:55 -070012ifeq ($(strip $(TARGET_USES_QCOM_MM_AUDIO)),true)
Mingming Yin486032d2013-09-26 17:22:07 -070013include $(call all-subdir-makefiles)
Mingming Yina6dad602014-05-16 12:10:55 -070014endif