diff --git a/gsi/build_with_kernel/repack_kernels_common.sh b/gsi/build_with_kernel/repack_kernels_common.sh index ebed4715c..e0df9956e 100755 --- a/gsi/build_with_kernel/repack_kernels_common.sh +++ b/gsi/build_with_kernel/repack_kernels_common.sh @@ -36,7 +36,7 @@ function prepare_lz4() if ! [ -f ${LZ4} ]; then echo "make $LZ4" cd ${WD} - make lz4 + build/soong/soong_ui.bash --make-mode lz4 cd - fi }