summaryrefslogtreecommitdiffstats
path: root/Android.mk
blob: eac91b00a71940fad19e4b5a2307a16b5dc9b4c9 (plain)
1
2
3
4
5
6
7
8
ifeq ($(call my-dir),$(call project-path-for,wlan))

# 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

endif