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