Disable ARMNN_COMPUTE_CL_ENABLE

Bug: 229340586
Change-Id: I6349a384aac6dc7c51548f82411df7f8a0df121e
Signed-off-by: Aaron Ding <aaronding@google.com>
This commit is contained in:
Aaron Ding 2022-04-19 12:59:46 +08:00
parent 65c935d20e
commit d3db902b6b

View file

@ -342,7 +342,7 @@ BOARD_EXYNOS_S10B_FORMAT_ALIGN := 64
GPU_SOURCE_PRESENT := $(wildcard vendor/arm/mali/valhall)
GPU_PREBUILD_PRESENT := $(wildcard vendor/google_devices/zebu/prebuilts/libs)
ifneq (,$(strip $(GPU_SOURCE_PRESENT) $(GPU_PREBUILD_PRESENT)))
ARMNN_COMPUTE_CL_ENABLE := 1
ARMNN_COMPUTE_CL_ENABLE := 0
else
ARMNN_COMPUTE_CL_ENABLE := 0
endif