diff options
author | Bowgo Tsai <bowgotsai@google.com> | 2018-04-30 16:13:42 +0800 |
---|---|---|
committer | Bowgo Tsai <bowgotsai@google.com> | 2018-05-02 10:23:16 +0800 |
commit | fe92dd0973c2efd4f8f0b73cb0831af02f8c3529 (patch) | |
tree | 1ba84d7ddca59fce7e6d3ffad3f708094599f388 /trusty/coverage/coverage.cpp | |
parent | 3bac1ffdd0e638fd9707a50ae05686545c419ced (diff) |
First-stage mount: avoid triggering a FATAL error
Related AOSP changes:
1. https://android-review.googlesource.com/#/c/platform/system/core/+/405009/
2. https://android-review.googlesource.com/#/c/platform/system/core/+/532637/
The second CL raises a FATAL error when it detects fstab-dt has no content
during first-stage mount. However, with the first CL, the fstab-dt entry
might be "skipped" when bootloader sets the status property to a value
other than "ok"/"okay". (e.g., to skip mounting /vendor on upgrading
devices which have no vendor partition).
Use LOG(INFO) when there is nothing to mount here. The later stages
should trigger a FATAL error when some important files in those
partitions are not available, e.g., SEPolicy files.
Bug: 78441220
Test: boot a device
Change-Id: Iae2f47d455679298bdb067d96b771a30c1a82e6f
Merged-In: Iae2f47d455679298bdb067d96b771a30c1a82e6f
(cherry picked from commit 8fe363f26017e39b80c6cd793f7b2a346da88104)
Diffstat (limited to 'trusty/coverage/coverage.cpp')
0 files changed, 0 insertions, 0 deletions