ifneq ($(strip $(USE_DEVICE_SPECIFIC_CAMERA)),true)
ifneq ($(filter msm7x30 msm8960 msm8226 msm8974,$(TARGET_BOARD_PLATFORM)),)
ifneq ($(USE_CAMERA_STUB),true)
ifneq ($(BUILD_TINY_ANDROID),true)
ifeq ($(TARGET_BOARD_PLATFORM),msm7x30)
include $(call all-named-subdir-makefiles, msm7x30)
else
include $(call all-named-subdir-makefiles, mm-image-codec QCamera2)
endif
endif
endif
endif
endif