protobuf/update_file_lists.sh

9 lines
188 B
Bash
Raw Normal View History

#!/bin/bash -u
2015-05-31 09:28:34 +00:00
# This script generates file lists from Bazel, e.g., for cmake.
2015-05-31 09:28:34 +00:00
set -e
bazel build //pkg:gen_src_file_lists
cp -v bazel-bin/pkg/src_file_lists.cmake src/file_lists.cmake