Fixed
Status Update
Comments
je...@google.com <je...@google.com>
al...@google.com <al...@google.com> #2
I just tested with 8.1.36-dev and 8.2.0-dev and the issue is still present.
al...@google.com <al...@google.com>
al...@google.com <al...@google.com>
xa...@google.com <xa...@google.com> #4
I can't share a repro, and the full dump contains a lot of proprietary info. Is there a subset of the dump I can share that would be helpful?
sa...@google.com <sa...@google.com> #5
Can you share the resulting apk and then the androidx.profileinstaller.ProfileInstallerInitializer$Choreographer16Impl class file from the dump (it should be in the program.jar inside the dump)
sa...@google.com <sa...@google.com> #6
redacted
Description
Using a basic project with 1 app and 1 lib, using AGP 7.4.0 alpha 2, we see the following manifest files after a build:
The fact that we have 3 intermediate manifests in the app and (more importantly) 2 in the library is probably something we can optimize, in some cases.
The most important aspect here is the library as we need this for scaling. If the reason to have 2 is something we can put behind an opt-in feature that would be better.