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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user