Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 5888d75c39e128d4762c21acdc8aa7a7deb7226e
Author: Omar Ismail <omarismail@google.com>
Date: Fri Jul 12 15:42:55 2024
Remove js target from testutils as it's not ready yet
BUG: 352722444
Change-Id: I2d31d1539f1b72212e9f1a3befe39546b3aadbe0
M testutils/testutils-ktx/build.gradle
https://android-review.googlesource.com/3170300
Branch: androidx-main
commit 5888d75c39e128d4762c21acdc8aa7a7deb7226e
Author: Omar Ismail <omarismail@google.com>
Date: Fri Jul 12 15:42:55 2024
Remove js target from testutils as it's not ready yet
BUG: 352722444
Change-Id: I2d31d1539f1b72212e9f1a3befe39546b3aadbe0
M testutils/testutils-ktx/build.gradle
na...@google.com <na...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit fb644fcb5ba87a19f3b3ab3cfeea60678643ffa0
Author: Omar Ismail <omarismail@google.com>
Date: Fri Jul 12 14:44:38 2024
Update importMaven to include wasmJs targets and klib files
BUG: 352722444
TESTED: Ran import maven on kotlin stdlib and it downloaded the wasm targets as well
Change-Id: Ic0dced9e209db4846ceef1527dc6b06c061581da
M development/importMaven/src/main/kotlin/androidx/build/importMaven/ArtifactResolver.kt
M development/importMaven/src/main/kotlin/androidx/build/importMaven/CustomMetadataRules.kt
https://android-review.googlesource.com/3169102
Branch: androidx-main
commit fb644fcb5ba87a19f3b3ab3cfeea60678643ffa0
Author: Omar Ismail <omarismail@google.com>
Date: Fri Jul 12 14:44:38 2024
Update importMaven to include wasmJs targets and klib files
BUG: 352722444
TESTED: Ran import maven on kotlin stdlib and it downloaded the wasm targets as well
Change-Id: Ic0dced9e209db4846ceef1527dc6b06c061581da
M development/importMaven/src/main/kotlin/androidx/build/importMaven/ArtifactResolver.kt
M development/importMaven/src/main/kotlin/androidx/build/importMaven/CustomMetadataRules.kt
Description
Component used: macrobenchmark 1.2.0-alpha16 Devices/Android versions reproduced on: pixel 6 api 33 userdebug
When running benchmarks on userdebug build on an app that isn't
<profileable />
, macrobenchmark fails with theNOT-PROFILEABLE
error and you need to suppress it.On userdebug builds though, it shouldn't complain at all as the app can be profiled anyway.