Files
Android11/hardware/qcom/wlan/Android.mk
2023-10-13 14:01:41 +00:00

5 lines
159 B
Makefile

# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
ifneq ($(BOARD_IS_AUTOMOTIVE),true)
include $(call all-subdir-makefiles)
endif