commit | 4aeda1477455f359d76e7149c6734aeaf0d18d8b | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Thu Apr 25 19:00:40 2019 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Fri Apr 26 16:58:09 2019 +0000 |
tree | e28e90fc4ef9c8c5138ac78dba4046319f0561df | |
parent | 522a3bd67fafc3a7599ef2c37a3a657c11f47848 [diff] |
Put a file in the empty jar Change-Id: I1724c42aa662ddbc1b7dea0f0187bf0295ec6221 (cherry picked from commit 74e1c8af0d78aad4c4f941fa1f96f0aa571b5935)
diff --git a/tools/build/bazel/empty_jar.bzl b/tools/build/bazel/empty_jar.bzl index 502c304..b339819 100644 --- a/tools/build/bazel/empty_jar.bzl +++ b/tools/build/bazel/empty_jar.bzl
@@ -17,7 +17,7 @@ jar = ctx.outputs.jar cmd = [ - "touch %s" % (jar.path), + "mkdir readme && touch readme/README && jar cf %s readme/README" % (jar.path), ] ctx.action(