Status Update
Comments
al...@google.com <al...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
Author: Radha Nakade <
Link:
Migrate traffic from pixel2 to mediumphone on FTL emulators.
Expand for full commit details
Migrate traffic from pixel2 to mediumphone on FTL emulators.
Bug: 396715333
Test: ./gradlew emoji2:emoji2-emojipicker:ftlmediumphoneapi33
Change-Id: If5555443ca1a91479128e1bd6f4f909154c40ba2
Files:
- M
buildSrc/private/src/main/kotlin/androidx/build/FtlRunner.kt
Hash: c76f8094154101867327912e659ae47509755957
Date: Wed Feb 26 11:27:46 2025
au...@google.com <au...@google.com> #3
Yeah, that sounds like lint analysis task bug.
as...@google.com <as...@google.com>
om...@google.com <om...@google.com> #4
Re androidx_incremental
does run the lint
tasks in presubmit; the tasks tagged as SKIPPED
are from the second build run which validates that no task re-runs and uses cache.
When the lint task runs, based on running the task locally with the --debug
flag, the following is run:
Running lint --analyze-only --jdk-home /Users/omarismail/Desktop/androidx-main/prebuilts/jdk/jdk21/darwin-arm64 \
--sdk-home /Users/omarismail/Desktop/androidx-main/prebuilts/fullsdk-darwin \
--lint-model /Users/omarismail/Desktop/androidx-main/out/androidx/biometric/biometric/build/intermediates/incremental/lintAnalyzeRelease; \
--lint-rule-jars /Users/omarismail/Desktop/androidx-main/out/androidx/lint-checks/build/libs/lint-checks.jar;/Users/omarismail/Desktop/androidx-main/out/.gradle/caches/8.12/transforms/2393f47b7d55a5f310631eb63b5fb5c3/transformed/appcompat-1.2.0/jars/lint.jar;/Users/omarismail/Desktop/androidx-main/out/.gradle/caches/8.12/transforms/10288e140c74b131c299b12f31c01f23/transformed/fragment-1.2.5/jars/lint.jar; \
--stacktrace \
--cache-dir /Users/omarismail/Desktop/androidx-main/out/androidx/biometric/biometric/build/intermediates/lint-cache/lintAnalyzeRelease \
--XuseK2Uast \
--client-id gradle --client-name AGP --client-version 8.10.0-alpha04
I uploaded a change where I add the string of entry that passed in presubmit and failed in postsubmit, but the change got caught in presubmit (aosp/3509930).
Description