Skip to content

Commit

Permalink
generate lite version of gen code
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeli0 committed Feb 11, 2025
1 parent 5080495 commit eae0eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermetic_build/library_generation/generate_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ case "${proto_path}" in
done
;;
esac
"$protoc_path"/protoc "--java_out=${temp_destination_path}/java_proto.jar" ${proto_files}
"$protoc_path"/protoc "--java_out=lite:${temp_destination_path}/java_proto.jar" ${proto_files}
if [[ "${proto_only}" == "false" ]]; then
# move java_gapic_srcjar/proto/src/main/java (generated resource name helper class)
# to proto-*/src/main
Expand Down

0 comments on commit eae0eae

Please sign in to comment.