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