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