Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fillwithjoy1 authored Jun 26, 2024
1 parent 6c21037 commit a4cdd33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ jobs:
unzip image-raven-ap2a.240505.004.zip vendor_boot.img
mv vendor_boot.img ..
android-kernel/tools/mkbootimg/unpack_bootimg.py --boot_img vendor_boot.img \ --out vendor_boot_out
cp vendor_boot_out/vendor-ramdisk-by-name/ramdisk_ \ prebuilts/boot-artifacts/ramdisks/vendor_ramdisk-oriole.img
cp vendor_boot_out/vendor-ramdisk-by-name/ramdisk_ \ android-kernel/prebuilts/boot-artifacts/ramdisks/vendor_ramdisk-oriole.img
- name: Compile Kernel
run: |
cd android-kernel
tools/bazel run --config=fast --config=stamp //private/google-modules/soc/gs:slider_dist
cd out
ls
Expand Down

0 comments on commit a4cdd33

Please sign in to comment.