diff --git a/build-flang.sh b/build-flang.sh index 5d16d17..851a92e 100644 --- a/build-flang.sh +++ b/build-flang.sh @@ -4,7 +4,7 @@ set -e -o pipefail -u : ${BUILD_ARCH_OR_TYPE:=host} : ${DEFAULT_ANDROID_API_LEVEL:=21} -: ${ANDROID_NDK:=~/lib/android-ndk-r27b} +: ${ANDROID_NDK:=~/lib/android-ndk-r27c} : ${FLANG_MAKE_PROCESSES:=1} patch -p1 -d $(pwd)/out/llvm-project < flang-undef-macros.patch diff --git a/build.sh b/build.sh index ad44896..99b20ac 100644 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ git config --global color.ui false mkdir -p llvm-toolchain && cd llvm-toolchain repo init -u https://android.googlesource.com/platform/manifest # Modified the manifest xml, to ensure only contain linux component -sed -E 's/(^.*?(darwin|mingw|windows).*$)//g' ../manifest_12285214.xml > .repo/manifests/test.xml +sed -E 's/(^.*?(darwin|mingw|windows).*$)//g' ../manifest_12470979.xml > .repo/manifests/test.xml repo init -m test.xml repo sync -c diff --git a/manifest_12285214.xml b/manifest_12470979.xml similarity index 98% rename from manifest_12285214.xml rename to manifest_12470979.xml index 39a4bd3..90c8fe3 100644 --- a/manifest_12285214.xml +++ b/manifest_12470979.xml @@ -15,7 +15,7 @@ - +