Fixed
Status Update
Comments
cm...@google.com <cm...@google.com>
sa...@google.com <sa...@google.com> #3
for the "out" bundle issue, this seems indeed an issue. for the second one reported adding "debugUpdateAPKArtifact" to the path, this WAI as there can more more than one transformer and we need to automatically separate them so they do not use the same output folder. for #3, I will look at it but it might be difficult to change it at this time.
sa...@google.com <sa...@google.com> #4
I understand that if there is more transformer is necessary to make every folder different, but there is the main problem, that the final one (last transform) is inside of the intermediate folder. The last transformation should end in the standard location, right? Maybe also with the default name not?
Description
The new
com.android.settings
plugin is generated from different artifacts than the "normal" plugins.One side effects is that the javadoc for its API isn't generated because it's located in
:base:build-system:gradle-settings-api
.We should fix this in time for 7.4.