From a3f03dec651315cbc772a807e6bd6eefa085ab13 Mon Sep 17 00:00:00 2001 From: Veynamer <113140575+Veynamer@users.noreply.github.com> Date: Sat, 31 Aug 2024 16:35:49 +0300 Subject: [PATCH] Update build-hal.sh --- build-hal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-hal.sh b/build-hal.sh index d36ac35..20618fb 100644 --- a/build-hal.sh +++ b/build-hal.sh @@ -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