mirror of
https://github.com/google/nomulus.git
synced 2025-06-10 22:44:44 +02: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:
parent
3fcb564251
commit
0c7443815a
1 changed files with 1 additions and 0 deletions
|
@ -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\"],",
|
||||
")",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue