Fixed
Status Update
Comments
jg...@google.com <jg...@google.com>
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
I'm using aosp/3162520 for making Compose microbenchmarks debuggable with the Android Studio debugger. That includes changes in change in BenchmarkRule to disable the hard deadline, as otherwise the following exception is thrown during debugging:
build.gradle
andAndroidManifest
in the Compose package. I also had to make aWould it be possible to add an instrumentation argument to disable the deadlines?