add option to singlejar to double-check correct default and static interface method desugaring for Android.
RELNOTES: none
PiperOrigin-RevId: 171891682
diff --git a/WORKSPACE b/WORKSPACE
index f9af7af..a86032d 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -79,6 +79,12 @@
)
new_local_repository(
+ name = "com_google_protobuf_cc",
+ build_file = "./third_party/protobuf/3.4.0/BUILD",
+ path = "./third_party/protobuf/3.4.0/",
+)
+
+new_local_repository(
name = "com_google_protobuf_java",
build_file = "./third_party/protobuf/3.4.0/com_google_protobuf_java.BUILD",
path = "./third_party/protobuf/3.4.0/",