commit | 7bddf37a582e04c06bdc39175467e7e89445526b | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Fri Jan 17 12:18:53 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 17 12:18:53 2020 +0000 |
tree | aea770367e3f039d9adaed89cf6082ac6eeb6577 | |
parent | 743681fea5b85711c251cb0a22828f46e004939d [diff] | |
parent | e2f5a6325426d9b7104c9b1132f87b90c4314ce8 [diff] |
Merge "Fix ota test case"
diff --git a/bootstat/boot_reason_test.sh b/bootstat/boot_reason_test.sh index 8979b0c..f379d76 100755 --- a/bootstat/boot_reason_test.sh +++ b/bootstat/boot_reason_test.sh
@@ -636,7 +636,7 @@ 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