aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralered01 <Alex.Redshaw@arm.com>2020-04-07 12:31:10 +0100
committeralered01 <Alex.Redshaw@arm.com>2020-04-07 12:31:10 +0100
commitdbae2476905291b82e4b9bb7828be83ae7ddd84f (patch)
tree39b00e3b12dcd773b0b20c23325d1d9b4d8c48c3
parent7c395b200ae7ec2d5999dfecd84a79bcfb94eb19 (diff)
downloadandroid-nn-driver-dbae2476905291b82e4b9bb7828be83ae7ddd84f.tar.gz
Fixed missed change to libOpenCL exclusion flow
Part of "Add flow to exclude libOpenCL when building AndroidNN" Signed-off-by: alered01 <Alex.Redshaw@arm.com> Change-Id: I7d57db8a314312d7c160c2759224a54d9bf3d0af
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 581ce9e7..5431a74c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -187,7 +187,7 @@ LOCAL_SHARED_LIBRARIES+= \
android.hardware.neuralnetworks@1.3
endif # R or later
-ifeq ($(ARMNN_COMPUTE_CL_ENABLED),1)
+ifeq ($(ARMNN_INCLUDE_LIBOPENCL),1)
LOCAL_SHARED_LIBRARIES+= \
libOpenCL
endif