Simplify the check am: aab103264d
am: d61bf9cd2b
Original change: https://android-review.googlesource.com/c/device/google/gs101/+/1907731 Change-Id: I65c3de97c9922b8f7e167ae0f9a567e787902fd7
This commit is contained in:
commit
e0fae2107b
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ WIFI_FEATURE_HOSTAPD_11AX := true
|
|||
# NeuralNetworks
|
||||
GPU_SOURCE_PRESENT := $(wildcard vendor/arm/mali/valhall)
|
||||
GPU_PREBUILD_PRESENT := $(wildcard vendor/google_devices/gs101/prebuilts/gpu/libs)
|
||||
ifneq "$(or $(GPU_SOURCE_PRESENT),$(GPU_PREBUILD_PRESENT))" ""
|
||||
ifneq (,$(strip $(GPU_SOURCE_PRESENT) $(GPU_PREBUILD_PRESENT)))
|
||||
ARMNN_COMPUTE_CL_ENABLE := 1
|
||||
else
|
||||
ARMNN_COMPUTE_CL_ENABLE := 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue