From dfd3a28d3a6106dc9358ac7b11eebadb7a45bcc4 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 8 May 2021 17:02:07 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 52494f383..39ee37737 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -148,8 +148,7 @@ jobs: - script: | brew update brew install --cask android-ndk - ls /usr/local/share/android-ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/lib/gcc/arm-linux-androideabi/4.9.x - ls -lR /usr/local/share/android-ndk/platforms/android-23 + find /usr/local/share/android-ndk -name include export PATH=$(ANDROID_NDK_HOME)/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin:$(ANDROID_NDK_HOME)/toolchains/llvm/prebuilt/darwin-x86_64/bin:$PATH make TARGET=ARMV7 ONLY_CBLAS=1 AR=ar CC="clang ${CLANG_FLAGS}" HOSTCC=gcc ARM_SOFTFP_ABI=1 -j4