• Thomas Van Lenten's avatar
    Don't #import the .m files. · be0d7f66
    Thomas Van Lenten authored
    As bazel folks are looking at getting auto generation of module maps going and
    the importing of sources files causes issues there.  We were only do it to
    hack around some of the apple linker behaviors around objc classes and
    categories, but even that isn't complete and CocoaPods was already doing -ObjC,
    and developers not using pods could have still needed it to ensure everything
    was linked anyways; so drop the hack of importing sources.
    be0d7f66
GPBProtocolBuffers.m 2.94 KB