trae vor 3 Monaten
Ursprung
Commit
eaf9d7a9e9

+ 1 - 1
.github/actions/bbg/action.yml

@@ -40,6 +40,6 @@ runs:
     - name: Enable Kernel Configs
       shell: bash
       run: |
-        cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'
+        cat >> "${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig" << 'EOF'
         CONFIG_BBG
         EOF

+ 3 - 3
.github/actions/build-kernel/action.yml

@@ -45,8 +45,8 @@ runs:
       # (savedefconfig strips trailing newlines, causing check_defconfig to fail on 5.10.233+)
       #perl -pi -e 's/\n*\z/\n/' common/arch/arm64/configs/gki_defconfig
 
-      cp "${{ github.workspace }}/wild_gki.fragment" common/arch/arm64/configs/wild_gki.fragment
-
+      #cp "${{ github.workspace }}/wild_gki.fragment" common/arch/arm64/configs/wild_gki.fragment
+      sed -i 's/check_defconfig//' ./common/build.config.gki
       if [ -f "build/build.sh" ]; then
         BUILD_GKI_ARTIFACTS= \
         BUILD_GKI_CERTIFICATION_TOOLS=0 \
@@ -66,7 +66,7 @@ runs:
         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
+        #cp "${{ github.workspace }}/wild_gki.fragment" common/arch/arm64/configs/wild_gki.fragment
         if [[ ${{ inputs.version }} == "android16-6.12" ]]; then
           tools/bazel run \
             --config=fast \

+ 1 - 1
.github/actions/droidspaces/action.yml

@@ -69,7 +69,7 @@ runs:
     - name: Enable Kernel Configs
       shell: bash
       run: |
-        cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'
+        cat >> "${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig" << 'EOF'
         CONFIG_PID_NS=y
         CONFIG_SYSVIPC=y
         CONFIG_POSIX_MQUEUE=y

+ 1 - 1
.github/actions/kernelsu/action.yml

@@ -66,6 +66,6 @@ runs:
     - name: Enable Kernel Configs
       shell: bash
       run: |
-        cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'
+        cat >> "${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig" << 'EOF'
         CONFIG_KSU=y
         EOF

+ 1 - 1
.github/actions/misc/action.yml

@@ -23,7 +23,7 @@ runs:
     - name: Enable Kernel Configs
       shell: bash
       run: |
-        cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'
+        cat >> "${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig" << 'EOF'
         CONFIG_OVERLAY_FS=y
         CONFIG_TMPFS_XATTR=y
         CONFIG_TMPFS_POSIX_ACL=y

+ 2 - 2
.github/actions/networking/action.yml

@@ -22,7 +22,7 @@ runs:
     - name: Add IP SET & IPv6_NAT Support
       shell: bash
       run: |
-        cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'
+        cat >> "${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig" << 'EOF'
         CONFIG_IP_SET=y
         CONFIG_IP_SET_MAX=65534
         CONFIG_IP_SET_BITMAP_IP=y
@@ -52,7 +52,7 @@ runs:
     - name: Apply TCP Congestion Control
       shell: bash
       run: |
-        cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'
+        cat >> "${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig" << 'EOF'
         CONFIG_TCP_CONG_ADVANCED=y
         CONFIG_TCP_CONG_BBR=y
         CONFIG_TCP_CONG_CUBIC=y

+ 1 - 1
.github/actions/susfs/action.yml

@@ -46,7 +46,7 @@ runs:
     - name: Enable KernelSU SUSFS Config
       shell: bash
       run: |
-        cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'
+        cat >> "${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig" << 'EOF'
           CONFIG_KSU_SUSFS=y
           CONFIG_KSU_SUSFS_SUS_PATH=y
           CONFIG_KSU_SUSFS_SUS_MOUNT=y