Merge "Fix ota test case" am: a36f7c1f93

Change-Id: I6bc947c43699f53ba9a460b8f144c2ddb9591e29
This commit is contained in:
Automerger Merge Worker 2020-01-17 12:29:27 +00:00
commit 98c17d457e

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