commit | 6f3e74d76cc6d5eea3dca8f78b45f22f8110e304 | [log] [tgz] |
---|---|---|
author | Dustin Lam <[email protected]> | Tue Mar 26 19:33:57 2024 +0000 |
committer | Copybara-Service <[email protected]> | Tue Mar 26 12:35:13 2024 -0700 |
tree | 96e03c6bff207fc0240219cd0779d1c4dcd17402 | |
parent | a5b4676b9a6999b6e9677921eff7cedd50d7a153 [diff] [blame] |
[GH] Fix activity playground Disabling test app which depends on ToT macrobenchmark due to testutils for now. Bug: 318536542 Test: cd playground-projects/activity-playground && ./gradlew bOS Change-Id: If94fc7adf71286cc3930a3217f2805c923665cf8 This is an imported pull request from https://github.com/androidx/androidx/pull/676. Resolves #676 Github-Pr-Head-Sha: 20938019ac9a2489b76bf7cee246c12c3eed5356 GitOrigin-RevId: 4d391322efd903971b49ea88f08aaaa547dd394f Change-Id: If71dcddb012124b8bd0071614a7604447b3701d3
diff --git a/playground-projects/activity-playground/settings.gradle b/playground-projects/activity-playground/settings.gradle index ba8f715..4019de7 100644 --- a/playground-projects/activity-playground/settings.gradle +++ b/playground-projects/activity-playground/settings.gradle
@@ -27,6 +27,7 @@ playground { setupPlayground("../..") selectProjectsFromAndroidX({ name -> + if (name == ":activity:integration-tests:macrobenchmark") return false if (name.startsWith(":activity")) return true return false })