Просмотр исходного кода

refactor: add flash mode selection menu to AnyKernel script

TheWildJames 3 месяцев назад
Родитель
Сommit
edf324a969

+ 0 - 1
.github/actions/build-kernel/action.yml

@@ -71,7 +71,6 @@ runs:
         LD="${{ github.workspace }}/kernel/common/ld-wrapper" \
         HOSTLD="${{ github.workspace }}/kernel/common/ld-wrapper"
       else
-        
         tools/bazel info output_base
         cp "${{ github.workspace }}/wild_gki.fragment" common/arch/arm64/configs/wild_gki.fragment
         tools/bazel build \

+ 1 - 2
.github/actions/build-kernel/patches/anykernel-flash-mode-menu.patch

@@ -3,8 +3,7 @@ index 35b6e59..aecf80b 100755
 --- a/anykernel.sh
 +++ b/anykernel.sh
 @@ -33,6 +33,50 @@ no_magisk_check=1
- # import functions/variables and setup patching - see for reference (DO NOT REM
-OVE)
+ # import functions/variables and setup patching - see for reference (DO NOT REMOVE)
  . tools/ak3-core.sh
  
 +handle_input() {