Join Slack
Powered by
This message was deleted.
# android
s
Slackbot
10/06/2022, 2:08 AM
This message was deleted.
e
El Zhang
10/06/2022, 7:00 AM
Found out the root cause from AGP source code, all NonIncrementalTask will delete outputs before the main TaskAction.
s
Svyatoslav Chatchenko
10/06/2022, 9:55 AM
There is a documentation how to affect merged manifest:
https://developer.android.com/studio/build/extend-agp#access-modify-artifacts
There are also a few examples in
https://github.com/android/gradle-recipes
Make sure to pick branch that corresponds to your AGP version. For example,
manifest replacement
or
manifest transformer
.
👍 1
Open in Slack
Previous
Next