mirror of
https://github.com/google/nomulus
synced 2026-01-06 13:36:48 +00:00
Add generates_api to Auto Factory too
We're going to play it safe, since the third_party definition of Auto Factory seems to have it too. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149534930
This commit is contained in:
@@ -710,6 +710,7 @@ def com_google_auto_factory():
|
||||
# TODO(jart): https://github.com/bazelbuild/bazel/issues/2286
|
||||
# " output_licenses = [\"unencumbered\"],",
|
||||
" processor_class = \"com.google.auto.factory.processor.AutoFactoryProcessor\",",
|
||||
" generates_api = 1,",
|
||||
" tags = [\"annotation=com.google.auto.factory.AutoFactory;genclass=${package}.${outerclasses}@{className|${classname}Factory}\"],",
|
||||
" deps = [\":processor\"],",
|
||||
")",
|
||||
|
||||
Reference in New Issue
Block a user