DescriptionAndroid Add java_group() template to GN
One drawback of the custom java_* and android_* GN templates is that
group() does not work as you'd expect. For example, if you have a
dependency like: java_binary() -> group() -> java_library(), then the
java_library() won't actually be added to the java_binary() when
compiled (because write_build_config requires that all deps also produce
build_configs)
This adds java_group() in order to fill that gap.
BUG=586506
Committed: https://crrev.com/e70a039356c70a5e4727194283d7b6d844e53331
Cr-Commit-Position: refs/heads/master@{#375249}
Patch Set 1 #Patch Set 2 : maintain ordering #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 21 (9 generated)
|