blob: d9e939ec74cb057a4f1cfa2931bd96a7b5452c57 [file] [log] [blame]
Patrick Tjin66f99762016-03-03 16:00:07 -08001# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
2ifneq ($(TARGET_BOARD_AUTO),true)
3 ifneq ($(filter msm8996,$(TARGET_BOARD_PLATFORM)),)
4 ifneq ($(strip $(USE_CAMERA_STUB)),true)
5 ifneq ($(BUILD_TINY_ANDROID),true)
6 include $(call all-subdir-makefiles)
7 endif
8 endif
9 endif
10endif