Revert "arcvm: Get the board name from the generated prop file instead"
This reverts commit 10646707. Reason for revert: This is a speculative fix. Two Arc changelists went into this build... https://ci.chromium.org/p/chromium/builders/ci/linux-chromeos-rel/34691 ... and I've already tried reverting the other one, but it didn't fix the issue. If ArcAppDeferredLauncher* tests continue to fail with this revert then this can be unreverted and the Arc tests need to be disabled. Original change's description: > arcvm: Get the board name from the generated prop file instead > > On some boards like nami, CrOS rootfs' build.prop doesn't have the > complete ro.product.board entry. It's sometimes a template. To always > get the board name on all boards, ArcDefaultAppList needs to wait > for ArcSessionManager to generate the board's own build.prop file > in its stateful partition. This is the same as what arc-setup does > today. > > This CL also stops special casing ARCVM and does the same for > ARC too. Also, when calling GetBoardName(), this CL uses > MayBlock() to make it debug build compatible. > > BUG=b:144199481 > TEST=try, ARCVM still starts > > Change-Id: Ie878d9ffff98ecf3b9dccb837fd6dce1a382a4be > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026668 > Commit-Queue: Yusuke Sato <yusukes@chromium.org> > Reviewed-by: Yury Khmel <khmel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#739250} TBR=yusukes@chromium.org,khmel@google.com,khmel@chromium.org Change-Id: I5a75922a9b101aafb1bb03de86826003a41ce599 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b:144199481 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044152Reviewed-by:Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#739372}
Showing
Please register or sign in to comment