Default EMBED_LICENSE_TARGETS=true for make bazel-release

This commit is contained in:
Jeff Grafton 2017-01-26 12:20:06 -08:00
parent 5b75980c32
commit f9d63ef9b2

View File

@ -512,5 +512,5 @@ bazel-release:
@echo "$$BAZEL_BUILD_HELP_INFO"
else
bazel-release:
bazel build //build/release-tars
bazel build //build/release-tars --define "EMBED_LICENSE_TARGETS=true"
endif