commit | 3f8baa47b1cbfe330cd79d529ac2267dccd1d0e7 | [log] [tgz] |
---|---|---|
author | Thai Nguyen <thaink@google.com> | Tue Jan 19 20:15:24 2021 -0800 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Tue Jan 19 20:20:41 2021 -0800 |
tree | f77c80a7dfb73f9be32da68a4e8d0e5999ba1c19 | |
parent | e96e745fe3d06fcf4b0f0f52aad64dabf2e873ef [diff] |
Update correct bazel version in build_aar_with_docker.sh PiperOrigin-RevId: 352709339 Change-Id: I746a7ae6fc2e94f711050edeea6f0055fdddc5f4
diff --git a/tensorflow/lite/tools/build_aar_with_docker.sh b/tensorflow/lite/tools/build_aar_with_docker.sh index 1bd3c07..02f1336 100755 --- a/tensorflow/lite/tools/build_aar_with_docker.sh +++ b/tensorflow/lite/tools/build_aar_with_docker.sh
@@ -114,6 +114,10 @@ git pull -a git checkout ${FLAG_CHECKPOINT} + # Configure Bazel. + source tensorflow/tools/ci_build/release/common.sh + install_bazelisk + # Building with bazel. export BAZEL_CACHE_DIR=${BAZEL_CACHE_DIR} export OMIT_PRINTING_OUTPUT_PATHS=YES