You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
416 B
13 lines
416 B
# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
|
|
ifneq ($(TARGET_BOARD_AUTO),true)
|
|
ifneq ($(strip $(USE_CAMERA_STUB)),true)
|
|
ifneq ($(BUILD_TINY_ANDROID),true)
|
|
ifneq ($(USE_VR_CAMERA_HAL), true)
|
|
ifneq ($(filter msm8998,$(TARGET_BOARD_PLATFORM)),)
|
|
include $(call all-makefiles-under,$(call my-dir)/msm8998)
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|