File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2828 git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9 ~/gcc-toolchain
2929 cd ~/gcc-toolchain
3030 git checkout e9b2ab0932573a0ca90cad11ab75d9619f19c458
31+ git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9 ~/gcc64-toolchain
32+ cd ~/gcc64-toolchain
33+ git checkout 22f053ccdfd0d73aafcceff3419a5fe3c01e878b
3134 - name : Build the bootloader
32- run : PATH=/home/runner/gcc-toolchain/bin:$PATH bash k6789v1_64-build.sh
35+ run : PATH=/home/runner/gcc-toolchain/bin:/home/runner/gcc64-toolchain/bin: $PATH bash k6789v1_64-build.sh
3336 - name : Upload bootloader (unsigned)
3437 uses : actions/upload-artifact@v4
3538 with :
You can’t perform that action at this time.
0 commit comments