blob: a2379351e4b29fe03ee44d8782ae1b9b41ccf51a [file] [log] [blame]
ifneq ($(TARGET_2ND_ARCH),)
# chromium-libpac needs porting to the chromium_org V8 instead of legacy V8.
_64_bit_directory_blacklist += \
external/chromium-libpac \
external/v8 \
# misc build errors
_64_bit_directory_blacklist += \
device/generic/goldfish/opengl \
device/generic/goldfish/camera \
_64_bit_directory_blacklist_pattern := $(addsuffix %,$(_64_bit_directory_blacklist))
define directory_is_64_bit_blacklisted
$(if $(filter $(_64_bit_directory_blacklist_pattern),$(1)),true)
endef
else
define directory_is_64_bit_blacklisted
endef
endif