commit | a36f7c1f9346cc6873b6419b95aa6987f789baf7 | [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 | d82d9851de4667fdae2bca4e601cb74d91f3a2a5 [diff] | |
parent | c3ea4291124e90c681e1186dc38198b8f0198ca2 [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