summaryrefslogtreecommitdiff
path: root/build_kzip.bash
diff options
context:
space:
mode:
author Sasha Smundak <asmundak@google.com> 2020-01-22 14:41:01 -0800
committer Sasha Smundak <asmundak@google.com> 2020-01-22 14:41:01 -0800
commitf77ee745d3269c3b59413ff30d111801d1d211d8 (patch)
treef4dba10811b8e64f8a515b220cc6b3c528844b88 /build_kzip.bash
parent0c9c0f045fa73b414ffcb72f0394161d7565db3d (diff)
Export KYTHE_KZIP_ENCODING.
Bug: 146224091 Test: manual Change-Id: I998a51565419b86a9f183c0f3228ce09d7b035c0
Diffstat (limited to 'build_kzip.bash')
-rwxr-xr-xbuild_kzip.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_kzip.bash b/build_kzip.bash
index 329825a03..008030fef 100755
--- a/build_kzip.bash
+++ b/build_kzip.bash
@@ -14,6 +14,7 @@
: ${BUILD_NUMBER:=$(uuidgen)}
: ${KYTHE_KZIP_ENCODING:=proto}
+export KYTHE_KZIP_ENCODING
# The extraction might fail for some source files, so run with -k and then check that
# sufficiently many files were generated.