소스 검색

Update build.yml

add symbol list see if it works
jimsterino98 9 달 전
부모
커밋
b1fcfe9503
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -269,6 +269,7 @@ jobs:
             LTO=thin ./build_kernel.sh || true
           elif [[ "${{ inputs.branch }}" == "SM-A566B" ]]; then
             chmod +x build_script.sh
+            touch abi_symbollist.raw abi_symbollist
             ./build_script.sh
           else
             #temporarily using this until i can figure out the other phones build script issues