Your generated headers go in a genrule (or gensrcs) module:
genrule {
name: "generated_headers_module",
}
Then you import them and reexport them from another module:
cc_library {
name: "library",
generated_headers: ["generated_headers_module"],
export_generated_headers: ["generated_headers_module"],
> --
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to
android-...@googlegroups.com
> To unsubscribe from this group, send email to
>
android-buildi...@googlegroups.com
> For more options, visit this group at
>
http://groups.google.com/group/android-building?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Building" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
android-buildi...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.