Remove unnecessary comment

Change-Id: I46753c1b6e9427607c32ff0fcf394e22a1d7aae1
pull/1603/head
Ben Weiss 1 year ago
parent 5e41452652
commit 8957068715
No known key found for this signature in database
GPG Key ID: 8424F9C1E763A74C

@ -30,9 +30,6 @@ jobs:
distribution: 'zulu' distribution: 'zulu'
java-version: 17 java-version: 17
# Replace task exclusions with `-Pandroidx.baselineprofile.skipgeneration` when
# https://android-review.googlesource.com/c/platform/frameworks/support/+/2602790 landed in a
# release build
- name: Build all build type and flavor permutations including baseline profiles - name: Build all build type and flavor permutations including baseline profiles
run: ./gradlew :app:assemble run: ./gradlew :app:assemble
-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=baselineprofile -Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=baselineprofile

Loading…
Cancel
Save