Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-flang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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).*$)/<!-- \1 -->/g' ../manifest_12285214.xml > .repo/manifests/test.xml
sed -E 's/(^.*?(darwin|mingw|windows).*$)/<!-- \1 -->/g' ../manifest_12470979.xml > .repo/manifests/test.xml
repo init -m test.xml
repo sync -c

Expand Down
2 changes: 1 addition & 1 deletion manifest_12285214.xml → manifest_12470979.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<project path="toolchain/llvm-project" name="toolchain/llvm-project" revision="d8003a456d14a3deb8054cdaa529ffbf02d9b262" />

<project path="toolchain/llvm_android" name="toolchain/llvm_android" revision="2a4ee244d6dd0dcb8365590b898f7a40ec3cb87a" />
<project path="toolchain/llvm_android" name="toolchain/llvm_android" revision="31a1d3747b77b10185c0adf03ae6036b474719c7" />

<project path="toolchain/common" name="toolchain/common" revision="0bce8b062126242872e9f3fc66760d3f76773c49" />

Expand Down
Loading