summaryrefslogtreecommitdiff
path: root/camera/Android.mk
blob: 8faf8d7152abf2f1dcadd0447324bcfaca56e642 (plain)
1
2
3
4
5
6
7
8
9
ifeq ($(strip $(USE_DEVICE_SPECIFIC_CAMERA)),true)
ifneq ($(filter msm8960 msm8226 msm8974,$(TARGET_BOARD_PLATFORM)),)
  ifneq ($(USE_CAMERA_STUB),true)
    ifneq ($(BUILD_TINY_ANDROID),true)
      include $(call all-subdir-makefiles)
    endif
  endif
endif
endif