Check-in bootstrapped Java features for Bazel and CMake

PiperOrigin-RevId: 573014410
diff --git a/java/core/BUILD.bazel b/java/core/BUILD.bazel
index 8f2bfe3..70fe8fa 100644
--- a/java/core/BUILD.bazel
+++ b/java/core/BUILD.bazel
@@ -163,6 +163,13 @@
     srcs = LITE_SRCS,
 )
 
+proto_library(
+    name = "java_features_proto",
+    srcs = ["src/main/java/com/google/protobuf/java_features.proto"],
+    visibility = ["//pkg:__pkg__"],
+    deps = ["//:descriptor_proto"],
+)
+
 internal_gen_well_known_protos_java(
     name = "gen_well_known_protos_java",
     deps = [