Upgrade protobuf to 3.13.0, part 2/3

This change does the actual upgrade of Protobuf. I'll send
a follow-up to remove the now-unused patch-file for `3.11.3`
when this has landed (and there is no risk of a rollback).

Working towards making Bazel compatible with #11694

Closes #12108.

PiperOrigin-RevId: 332196682
diff --git a/BUILD b/BUILD
index 5d0542c..c4f89bb 100644
--- a/BUILD
+++ b/BUILD
@@ -79,6 +79,7 @@
     srcs = [
         "@com_google_protobuf//:protobuf_java",
         "@com_google_protobuf//:protobuf_java_util",
+        "@com_google_protobuf//:protobuf_javalite",
     ],
     remap_paths = {
         "..": "derived/jars",