commit | 41aa37270a87e61bdf739284602842d6a23f94d1 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Thu Feb 02 19:16:37 2017 +0000 |
committer | Yun Peng <pcloudy@google.com> | Fri Feb 03 10:24:09 2017 +0000 |
tree | 730f4886ba808826cb18ab97197f090a9faa50bc | |
parent | 6521cb22788adc2a74f6c26221dbe302dc9ccc14 [diff] [blame] |
Experimental feature to do header thinning of Objective-C compilation actions. -- PiperOrigin-RevId: 146385106 MOS_MIGRATED_REVID=146385106
diff --git a/tools/objc/BUILD b/tools/objc/BUILD index ae32daf..f1852f4 100644 --- a/tools/objc/BUILD +++ b/tools/objc/BUILD
@@ -159,3 +159,9 @@ name = "protobuf_well_known_types", srcs = ["dummy.proto"], ) + +# Intentionally empty +filegroup( + name = "header_scanner", + srcs = [], +)