Merge "Fix ota test case"

This commit is contained in:
Nikita Ioffe 2020-01-17 12:18:53 +00:00 committed by Gerrit Code Review
commit a36f7c1f93

View file

@ -636,7 +636,7 @@ test_ota() {
rm -r ${ANDROID_PRODUCT_OUT}/obj/ETC/system_build_prop_intermediates ||
true
pushd ${ANDROID_BUILD_TOP} >&2
make -j50 >&2
build/soong/soong_ui.bash --make-mode >&2
if [ ${?} != 0 ]; then
popd >&2
return 1