1 ifneq ($(strip $(USE_DEVICE_SPECIFIC_CAMERA)),true)
2 ifneq ($(filter msm8960 msm8226 msm8974,$(TARGET_BOARD_PLATFORM)),)
3 ifneq ($(USE_CAMERA_STUB),true)
4 ifneq ($(BUILD_TINY_ANDROID),true)
5 include $(call all-subdir-makefiles)
6 endif
7 endif
8 endif
9 endif
10