Merge "Avoid to use make directly" am: f43f5d50e6

Original change: https://android-review.googlesource.com/c/platform/development/+/1890317

Change-Id: I2e114dffae4c10a3e26a662f425171e2e168e643
This commit is contained in:
Howard Chen
2021-11-12 06:54:58 +00:00
committed by Automerger Merge Worker

View File

@@ -36,7 +36,7 @@ function prepare_lz4()
if ! [ -f ${LZ4} ]; then if ! [ -f ${LZ4} ]; then
echo "make $LZ4" echo "make $LZ4"
cd ${WD} cd ${WD}
make lz4 build/soong/soong_ui.bash --make-mode lz4
cd - cd -
fi fi
} }