summaryrefslogtreecommitdiff
path: root/Android.mk
blob: 200eb36dcf643b2bc60578441009380003a174cd (plain)
1
2
3
4
# 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