Skip to content

Commit

Permalink
remove config patch for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Sep 21, 2024
1 parent df52251 commit fd866b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6,759 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android14-5.15-SM-X910.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install Dependencies
run: |
sudo apt install repo wget dwarves build-essential -y
sudo apt install repo wget dwarves -y
- name: Install latest repo tool
run: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
# gcc common/scripts/sign-file.c -o /home/runner/work/GKI-Custom/GKI-Custom/android-kernel/out/android13-5.15/common/scripts/sign-file -lssl -lcrypto
# ls -la /home/runner/work/GKI-Custom/GKI-Custom/android-kernel/out/android13-5.15/common/scripts/sign-file
#echo "-----------------------------------"
sed -i '/build_system_dlkm/i gcc /home/runner/work/GKI-Custom/GKI-Custom/android-kernel/out/android13-5.15/common/scripts/sign-file.c -o /home/runner/work/GKI-Custom/GKI-Custom/android-kernel/out/android13-5.15/common/scripts/sign-file -lssl -lcrypto' build/build.sh
sed -i '/build_system_dlkm/i /usr/bin/gcc /home/runner/work/GKI-Custom/GKI-Custom/android-kernel/common/scripts/sign-file.c -o /home/runner/work/GKI-Custom/GKI-Custom/android-kernel/out/android13-5.15/common/scripts/sign-file -lssl -lcrypto' build/build.sh
#cat build/build.sh
#ls /home/runner/work/GKI-Custom/GKI-Custom/android-kernel/build/
#ls build
Expand Down
Loading

0 comments on commit fd866b7

Please sign in to comment.