summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2021-11-18 13:45:57 -0800
committeralk3pInjection <webmaster@raspii.tech>2023-08-15 15:24:56 +0800
commitb6a8bcd368d3d154e89d585d9d69c9f2f66410ce (patch)
treef37e0e6648694cae4e72fcd79d2fb3253231396e
parent4a97171dc071dbd0a4b2ae75e0c8982e7e09176c (diff)
gs201: Build OpenCL NNAPI backend when blobs are present
Change-Id: Ib2c5176e4c95ca5f32c2c181ec33376437d38dc5
-rw-r--r--BoardConfig-common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk
index 0bdd8db1..351e05a0 100644
--- a/BoardConfig-common.mk
+++ b/BoardConfig-common.mk
@@ -346,7 +346,7 @@ BOARD_EXYNOS_S10B_FORMAT_ALIGN := 64
# NeuralNetworks
GPU_SOURCE_PRESENT := $(wildcard vendor/arm/mali/valhall)
-GPU_PREBUILD_PRESENT := $(wildcard vendor/google_devices/zebu/prebuilts/libs)
+GPU_PREBUILD_PRESENT := $(wildcard vendor/google/$(TARGET_DEVICE)/proprietary)
ifneq (,$(strip $(GPU_SOURCE_PRESENT) $(GPU_PREBUILD_PRESENT)))
ARMNN_COMPUTE_CL_ENABLE := 1
else