1ifeq ($(strip $(USE_DEVICE_SPECIFIC_CAMERA)),true) 2ifneq ($(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 8endif 9endif 10