mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 17:56:08 +02:00
Set generates_api=1 for Dagger component processor
Context: [] and [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148885749
This commit is contained in:
parent
51a613bca6
commit
13249db5cf
1 changed files with 1 additions and 0 deletions
|
@ -868,6 +868,7 @@ def com_google_dagger_compiler():
|
||||||
# TODO(jart): https://github.com/bazelbuild/bazel/issues/2286
|
# TODO(jart): https://github.com/bazelbuild/bazel/issues/2286
|
||||||
# " output_licenses = [\"unencumbered\"],",
|
# " output_licenses = [\"unencumbered\"],",
|
||||||
" processor_class = \"dagger.internal.codegen.ComponentProcessor\",",
|
" processor_class = \"dagger.internal.codegen.ComponentProcessor\",",
|
||||||
|
" generates_api = 1,",
|
||||||
" tags = [",
|
" tags = [",
|
||||||
" \"annotation=dagger.Component;genclass=${package}.Dagger${outerclasses}${classname}\",",
|
" \"annotation=dagger.Component;genclass=${package}.Dagger${outerclasses}${classname}\",",
|
||||||
" \"annotation=dagger.producers.ProductionComponent;genclass=${package}.Dagger${outerclasses}${classname}\",",
|
" \"annotation=dagger.producers.ProductionComponent;genclass=${package}.Dagger${outerclasses}${classname}\",",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue