瀏覽代碼

Update build-kernel-a13-5.15.yml

James McConnell 1 年之前
父節點
當前提交
f093d2eb14
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      .github/workflows/build-kernel-a13-5.15.yml

+ 1 - 4
.github/workflows/build-kernel-a13-5.15.yml

@@ -3,9 +3,6 @@ name: Build Android 13 5.15 GKI Kernels
 on:
   workflow_call:  # This allows this workflow to be called from another workflow
     inputs:
-      lto_type:
-        required: true
-        type: string
       next_branch:
         required: true
         type: string
@@ -264,7 +261,7 @@ jobs:
           cd "$CONFIG"
           
           echo "Building the kernel..."
-          LTO=${{ inputs.lto_type }} BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh
+          LTO=thin BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh
 
       - name: Create Bootimgs Folder and Copy Images
         run: |