Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 314153ac0c604e8b7bde1cf191c1dda920416717
Author: Marcello Albano <maralb@google.com>
Date: Mon Sep 09 14:50:41 2024
Added prop to suppress all bp plugin warnings
Test: ./gradlew :benchmark:benchmark-baseline-profile-gradle-plugin:test
Bug: 349646646
Relnote: "Added gradle property
androidx.baselineprofile.suppressWarnings to
suppress all baseline profile warnings"
Change-Id: I7c36e3a0da43aa113394404215725b9c86b46cd5
M benchmark/baseline-profile-gradle-plugin/src/main/kotlin/androidx/baselineprofile/gradle/utils/AgpPlugin.kt
M benchmark/baseline-profile-gradle-plugin/src/main/kotlin/androidx/baselineprofile/gradle/utils/BaselineProfilePluginLogger.kt
M benchmark/baseline-profile-gradle-plugin/src/test/kotlin/androidx/baselineprofile/gradle/consumer/BaselineProfileConsumerPluginTest.kt
https://android-review.googlesource.com/3261103
Branch: androidx-main
commit 314153ac0c604e8b7bde1cf191c1dda920416717
Author: Marcello Albano <maralb@google.com>
Date: Mon Sep 09 14:50:41 2024
Added prop to suppress all bp plugin warnings
Test: ./gradlew :benchmark:benchmark-baseline-profile-gradle-plugin:test
Bug: 349646646
Relnote: "Added gradle property
androidx.baselineprofile.suppressWarnings to
suppress all baseline profile warnings"
Change-Id: I7c36e3a0da43aa113394404215725b9c86b46cd5
M benchmark/baseline-profile-gradle-plugin/src/main/kotlin/androidx/baselineprofile/gradle/utils/AgpPlugin.kt
M benchmark/baseline-profile-gradle-plugin/src/main/kotlin/androidx/baselineprofile/gradle/utils/BaselineProfilePluginLogger.kt
M benchmark/baseline-profile-gradle-plugin/src/test/kotlin/androidx/baselineprofile/gradle/consumer/BaselineProfileConsumerPluginTest.kt
na...@google.com <na...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.benchmark:benchmark-baseline-profile-gradle-plugin:1.3.1
Description
Continuation from b/331237001 . The solution supplied from that issue only offers a per-project DSL solution and only in the consumer project. I would like to request a global option (such as a gradle property) that works across all projects/both plugins. This is particularly necessary now as the baseline profile plugin is two versions behind AGP at the time of writing, we don't really have a meaningful choice.