Skip to content

Commit

Permalink
Update build-hal.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Veynamer authored Aug 31, 2024
1 parent cdb82cb commit a3f03de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-hal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export USE_CCACHE=1
breakfast $DEVICE
make -j$(nproc) mkbootimg
make -j$(nproc) halium-boot
make -j$(nproc) systemimage
# make -j$(nproc) systemimage

echo "md5sum halium-boot.img and system.img"
md5sum $ANDROID_ROOT/out/target/product/rolex/halium-boot.img
md5sum $ANDROID_ROOT/out/target/product/rolex/system.img
# md5sum $ANDROID_ROOT/out/target/product/rolex/system.img

0 comments on commit a3f03de

Please sign in to comment.