Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Component used: androidx.baselineprofile plugin 1.3.0 AGP: 8.6.0
Running
./gradlew assemble -Pandroidx.baselineprofile.skipgeneration
still runs thesetup
task for GMD, trying to create a snapshot, even though the baseline profile generation isn't run on the device. This is problematic when trying to assemble a project in an environment like CI where setting up GMD is flaky.According to b/283447020 , the setup task should be skipped with this property enabled.
This works as a workaround: