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