allwinner_a64/android/device/huawei/angler/camera/Android.mk
2018-08-08 17:48:24 +08:00

10 lines
343 B
Makefile

# 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