commit | dc23131b07748c85047ed9309b30c4fb41f1de0c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Aug 16 01:05:41 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 16 01:05:41 2019 +0000 |
tree | e41903f16d36c50ed317dd2601de87801a850c14 | |
parent | fd26de477f3eda37f82a5c883bfc711bd4fc8f9a [diff] | |
parent | b13f9c520c7c869977449fd59ace156495a66536 [diff] |
Merge "Handle the case when OUT_DIR is not set."
diff --git a/build_kzip.bash b/build_kzip.bash index 62ea7a2..5364e7f 100755 --- a/build_kzip.bash +++ b/build_kzip.bash
@@ -22,4 +22,4 @@ # Pack # TODO(asmundak): this should be done by soong. declare -r allkzip=all.kzip -"$OUT_DIR/soong/host/linux-x86/bin/merge_zips" "$DIST_DIR/$allkzip" @<(find $OUT_DIR -name '*.kzip') +"${OUT_DIR:-out}/soong/host/linux-x86/bin/merge_zips" "$DIST_DIR/$allkzip" @<(find $OUT_DIR -name '*.kzip')