blob: 1e8e1db75ad495212552aabe32379148adcca4c7 [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)
Thierry Strudel3d639192016-09-09 11:52:26 -07003 ifneq ($(strip $(USE_CAMERA_STUB)),true)
4 ifneq ($(BUILD_TINY_ANDROID),true)
Mark Urbanuscc4b48f2017-01-26 11:29:59 -08005 ifneq ($(USE_VR_CAMERA_HAL), true)
Mark Urbanusbab56432017-02-09 18:06:23 -08006 ifneq ($(filter msm8998,$(TARGET_BOARD_PLATFORM)),)
7 include $(call all-makefiles-under,$(call my-dir)/msm8998)
8 endif
Thierry Strudel3d639192016-09-09 11:52:26 -07009 endif
Patrick Tjin66f99762016-03-03 16:00:07 -080010 endif
11 endif
12endif