From f6b8d5e269cf64bda483af464ad98af7277728a6 Mon Sep 17 00:00:00 2001 From: kmb Date: Thu, 12 Oct 2017 01:21:26 +0200 Subject: add option to singlejar to double-check correct default and static interface method desugaring for Android. RELNOTES: none PiperOrigin-RevId: 171891682 --- WORKSPACE | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index f9af7af640..a86032d907 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -78,6 +78,12 @@ new_local_repository( path = "./third_party/protobuf/3.4.0/", ) +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", -- cgit v1.2.3