blob: b4fda56a3aeca9a536a4b50660a389118f2cdfbd [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
Prityaa5cfbda52020-03-06 15:58:03 +05309 ifneq ($(filter msm8974,$(TARGET_BOARD_PLATFORM)),)
10 include $(call all-makefiles-under,$(call my-dir)/msm8974)
11 endif
Thierry Strudel3d639192016-09-09 11:52:26 -070012 endif
Patrick Tjin66f99762016-03-03 16:00:07 -080013 endif
14 endif
15endif