Change prebuild path to gs101 am: bbaa980102 am: 6f7e7dabe1 am: 8f51eac8a9

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14715562

Change-Id: I5c4f71d497e2355f069e6f5a2ddcdabf04462b00
This commit is contained in:
linjoey 2021-08-04 12:59:01 +00:00 committed by Automerger Merge Worker
commit 6dc5baffb6

View file

@ -349,7 +349,7 @@ WIFI_FEATURE_HOSTAPD_11AX := true
# 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_devices/gs101/prebuilts/gpu/libs)
ifneq "$(or $(GPU_SOURCE_PRESENT),$(GPU_PREBUILD_PRESENT))" ""
ARMNN_COMPUTE_CL_ENABLE := 1
else