blob: a747a99dc1797d8cd32a4b3f58ae24dbbc296cdd [file] [log] [blame]
# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
ifneq ($(TARGET_BOARD_AUTO),true)
ifneq ($(strip $(USE_CAMERA_STUB)),true)
ifneq ($(BUILD_TINY_ANDROID),true)
ifneq ($(filter msm8996,$(TARGET_BOARD_PLATFORM)),)
include $(call all-subdir-makefiles)
endif
ifneq ($(filter msmcobalt,$(TARGET_BOARD_PLATFORM)),)
include $(call all-makefiles-under,$(call my-dir)/msmcobalt)
endif
endif
endif
endif