From a1f0ac02c609d0dcf08a06b33967f8089b294383 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 8 May 2021 18:32:01 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 39ee37737..ff88443b4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -148,7 +148,8 @@ jobs: - script: | brew update brew install --cask android-ndk - find /usr/local/share/android-ndk -name include + brew install --cask android-sdk + find /usr/local/share/ -name stdio.h 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