Skip to content

Commit

Permalink
rova: Move fastboot blobs to ZIP
Browse files Browse the repository at this point in the history
Signed-off-by: iusmac <iusico.maxim@libero.it>
  • Loading branch information
iusmac committed Jun 26, 2022
1 parent cecc96f commit 8655134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions localCallback.sh
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ function moveDepsAwayFromRamdisk() {

local f ramdisk_source target_dir
for f in \
system/bin/fastboot{,d} \
system/lib64/android.hardware.fastboot@1.{0,1}.so \
; do
ramdisk_source="$FOX_RAMDISK/$f"
if [ -f "$ramdisk_source" ] || [ -d "$ramdisk_source" ]; then
Expand Down

0 comments on commit 8655134

Please sign in to comment.