Simplify the check
Fixes: 198503238 Test: treehugger Change-Id: Ia27a4413e42821310d1fe0bcad4cfc78595c6841
This commit is contained in:
parent
04c94df116
commit
aab103264d
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ WIFI_FEATURE_HOSTAPD_11AX := true
|
||||||
# NeuralNetworks
|
# NeuralNetworks
|
||||||
GPU_SOURCE_PRESENT := $(wildcard vendor/arm/mali/valhall)
|
GPU_SOURCE_PRESENT := $(wildcard vendor/arm/mali/valhall)
|
||||||
GPU_PREBUILD_PRESENT := $(wildcard vendor/google_devices/gs101/prebuilts/gpu/libs)
|
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
|
ARMNN_COMPUTE_CL_ENABLE := 1
|
||||||
else
|
else
|
||||||
ARMNN_COMPUTE_CL_ENABLE := 0
|
ARMNN_COMPUTE_CL_ENABLE := 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue