diff options
author | 2020-01-22 14:41:01 -0800 | |
---|---|---|
committer | 2020-01-22 14:41:01 -0800 | |
commit | f77ee745d3269c3b59413ff30d111801d1d211d8 (patch) | |
tree | f4dba10811b8e64f8a515b220cc6b3c528844b88 /build_kzip.bash | |
parent | 0c9c0f045fa73b414ffcb72f0394161d7565db3d (diff) |
Export KYTHE_KZIP_ENCODING.
Bug: 146224091
Test: manual
Change-Id: I998a51565419b86a9f183c0f3228ce09d7b035c0
Diffstat (limited to 'build_kzip.bash')
-rwxr-xr-x | build_kzip.bash | 1 |
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. |