File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -e -o pipefail -u
4
4
5
5
: ${BUILD_ARCH_OR_TYPE:= host}
6
6
: ${DEFAULT_ANDROID_API_LEVEL:= 21}
7
- : ${ANDROID_NDK:= ~/ lib/ android-ndk-r27b }
7
+ : ${ANDROID_NDK:= ~/ lib/ android-ndk-r27c }
8
8
: ${FLANG_MAKE_PROCESSES:= 1}
9
9
10
10
patch -p1 -d $( pwd) /out/llvm-project < flang-undef-macros.patch
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ git config --global color.ui false
13
13
mkdir -p llvm-toolchain && cd llvm-toolchain
14
14
repo init -u https://android.googlesource.com/platform/manifest
15
15
# Modified the manifest xml, to ensure only contain linux component
16
- sed -E ' s/(^.*?(darwin|mingw|windows).*$)/<!-- \1 -->/g' ../manifest_12285214 .xml > .repo/manifests/test.xml
16
+ sed -E ' s/(^.*?(darwin|mingw|windows).*$)/<!-- \1 -->/g' ../manifest_12470979 .xml > .repo/manifests/test.xml
17
17
repo init -m test.xml
18
18
repo sync -c
19
19
Original file line number Diff line number Diff line change 15
15
16
16
<project path =" toolchain/llvm-project" name =" toolchain/llvm-project" revision =" d8003a456d14a3deb8054cdaa529ffbf02d9b262" />
17
17
18
- <project path =" toolchain/llvm_android" name =" toolchain/llvm_android" revision =" 2a4ee244d6dd0dcb8365590b898f7a40ec3cb87a " />
18
+ <project path =" toolchain/llvm_android" name =" toolchain/llvm_android" revision =" 31a1d3747b77b10185c0adf03ae6036b474719c7 " />
19
19
20
20
<project path =" toolchain/common" name =" toolchain/common" revision =" 0bce8b062126242872e9f3fc66760d3f76773c49" />
21
21
You can’t perform that action at this time.
0 commit comments