Soumil Shah | 196157e | 2018-01-22 17:39:48 -0800 | [diff] [blame] | 1 | LOCAL_CFLAGS += -Wno-unused-variable |
| 2 | LOCAL_CFLAGS += -Wno-sign-compare |
| 3 | LOCAL_CFLAGS += -Wno-unused-parameter |
| 4 | LOCAL_CFLAGS += -Wno-unused-label |
| 5 | LOCAL_CFLAGS += -Wno-gnu-designator |
| 6 | LOCAL_CFLAGS += -Wno-typedef-redefinition |
| 7 | LOCAL_CFLAGS += -Wno-shorten-64-to-32 |
| 8 | LOCAL_CFLAGS += -Wno-tautological-compare |
| 9 | LOCAL_CFLAGS += -Wno-unused-function |
| 10 | LOCAL_CFLAGS += -Wno-unused-local-typedef |
| 11 | |
Mingming Yin | a6dad60 | 2014-05-16 12:10:55 -0700 | [diff] [blame] | 12 | ifeq ($(strip $(TARGET_USES_QCOM_MM_AUDIO)),true) |
Mingming Yin | 486032d | 2013-09-26 17:22:07 -0700 | [diff] [blame] | 13 | include $(call all-subdir-makefiles) |
Mingming Yin | a6dad60 | 2014-05-16 12:10:55 -0700 | [diff] [blame] | 14 | endif |