Merge "Avoid to use make directly"

This commit is contained in:
Howard Chen
2021-11-12 06:36:52 +00:00
committed by Gerrit Code Review

View File

@@ -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
}