google / bazel-common

Common functionality for Google's open-source libraries that are built with bazel.
Apache License 2.0
87 stars 40 forks source link

Add auto_service_annotations as a dependency to auto_service_processor. #135

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Add auto_service_annotations as a dependency to auto_service_processor.

This is a follow-up to the fix in CL/376235738. Turns out AutoServiceProcessor also requires a dependency on AutoService.class, which was missing after AutoService was split into its own artifact. This CL adds the auto-service-annotations dep to the processor.