File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737
3838 - name : Compile aapt2
3939 env :
40- ANDROID_NDK_HOME : ${{ steps.setup-ndk.outputs.ndk-path }}
40+ ANDROID_NDK : ${{ steps.setup-ndk.outputs.ndk-path }}
4141 run : bash ./build.sh ${{ matrix.target_arch }}
4242
4343 - name : Upload artifacts
Original file line number Diff line number Diff line change 3838
3939 - name : Build
4040 env :
41- ANDROID_NDK_HOME : ${{ steps.setup-ndk.outputs.ndk-path }}
41+ ANDROID_NDK : ${{ steps.setup-ndk.outputs.ndk-path }}
4242 run : bash ./build.sh ${{ matrix.target_arch }}
4343
4444 - name : Upload artifacts
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ grep PROTOC_VERSION src/protobuf/protobuf_version.bzl
2929
3030## Apply patch
3131``` bash
32- bash ./patch.sh
32+ ./patch.sh
3333```
3434
3535## Build the binary
3636
3737Supported arch are 'x86_64', 'x86', 'arm64-v8a' & 'armeabi-v7a'
3838``` bash
39- ANDROID_NDK=" $HOME /Android/Sdk/ndk/" bash ./build.sh arm64-v8a # Build output in build/bin/aapt-*
39+ ANDROID_NDK=" $HOME /Android/Sdk/ndk/" ./build.sh arm64-v8a # Build output in build/bin/aapt-*
4040```
4141
4242# Credits
You can’t perform that action at this time.
0 commit comments