Skip to content

Commit

Permalink
Add a proto_lang_toolchain for javalite (#6882)
Browse files Browse the repository at this point in the history
* Add a proto_lang_toolchain for javalite

* fix toolchain. Swap javalite example to master repo
  • Loading branch information
rafi-kamal committed Nov 27, 2019
1 parent 058d5b0 commit e6c5a3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions BUILD
Expand Up @@ -1001,6 +1001,13 @@ proto_lang_toolchain(
visibility = ["//visibility:public"],
)

proto_lang_toolchain(
name = "javalite_toolchain",
command_line = "--java_out=lite:$(OUT)",
runtime = ":protobuf_javalite",
visibility = ["//visibility:public"],
)

alias(
name = "objectivec",
actual = ":protobuf_objc",
Expand Down
5 changes: 2 additions & 3 deletions examples/WORKSPACE
Expand Up @@ -21,10 +21,9 @@ local_repository(
# Similar to com_google_protobuf but for Java lite. If you are building
# for Android, the lite version should be prefered because it has a much
# smaller code size.
http_archive(
local_repository(
name = "com_google_protobuf_javalite",
strip_prefix = "protobuf-javalite",
urls = ["https://github.com/protocolbuffers/protobuf/archive/javalite.zip"],
path = "..",
)

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
Expand Down

0 comments on commit e6c5a3b

Please sign in to comment.