summaryrefslogtreecommitdiffstats
path: root/Android.mk
blob: 4706a5d62b7b8b3ba4a29badf48fc2fde2d6fc1b (plain)
1
2
3
4
5
6
7
ifneq ($(filter msm8992 msm8994,$(TARGET_BOARD_PLATFORM)),)
  ifneq ($(strip $(USE_CAMERA_STUB)),true)
    ifneq ($(BUILD_TINY_ANDROID),true)
      include $(call all-subdir-makefiles)
    endif
  endif
endif