summaryrefslogtreecommitdiff
path: root/camera/Android.mk
blob: e963c1a3f9bdb11979f3145c4d456f8ee53805e3 (plain)
1
2
3
4
5
6
7
8
9
10
# TODO:  Find a better way to separate build configs for ADP vs non-ADP devices
ifneq ($(TARGET_BOARD_AUTO),true)
  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
endif