aosp12/hardware/qcom/wlan/Android.mk

5 lines
159 B
Makefile
Raw Normal View History

2023-01-09 17:11:35 +08:00
# 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