diff options
-rw-r--r-- | BoardConfig-common.mk | 2 |
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 |