Change prebuild path to gs101
Bug: 181204804 Test: Build passed and boot to home. Change-Id: I4fdc6032ac16134de53675a5f00ee7e7765c7f32 SigSigned-off-by: linjoey <linjoey@google.com>
This commit is contained in:
parent
ebec3cf12a
commit
3097b78f95
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue