Skip to content

Commit

Permalink
Duplicate JavaLiteProtoLibraryTest for Starlark implementation.
Browse files Browse the repository at this point in the history
testJavacOpts can be ignored in Starlark implementation by:
java_common.compile now includes the toolchain javacopts automatically: b/78512644.

I've ignored all other failing tests since I'm fixing them in next CLs. Once they are fixed, I'll enable them again.

PiperOrigin-RevId: 424557874
  • Loading branch information
Googler authored and copybara-github committed Jan 27, 2022
1 parent 8a33340 commit 9e2d329
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ java_lite_proto_aspect = aspect(
),
},
fragments = ["proto", "java"],
provides = [JavaInfo],
)

java_lite_proto_library = rule(
Expand Down

0 comments on commit 9e2d329

Please sign in to comment.