Disable ARMNN_COMPUTE_CL_ENABLE
Bug: 229340586 Change-Id: I6349a384aac6dc7c51548f82411df7f8a0df121e Signed-off-by: Aaron Ding <aaronding@google.com>
This commit is contained in:
parent
65c935d20e
commit
d3db902b6b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue