fs_mgr: overlayfs: test: check for existence of userspace fastboot
If there is no userspace fastboot, then overlayfs has a corner case bug where overlay content is not wiped when the partition is flashed. We will report a warning instead. This is done to reduce the flakiness of the test results as we do not intend to fix this specific corner case in the short term. We would require to record a sha representing the flash image, and the risks were evaluated as too high of an impact on libavb to add interfaces to expose the signatures, especially at first stage mount time. All new devices must support Dynamic Android Partitions (DAP), which means they all have support for userspace fastboot, it will be considered a misconfiguration and thus the position is we will not fix this issue and only use this test adjustment to deal with legacy products. If a legacy non-DAP product wishes to close the issue today, they must supply a user space fastboot. Test: adb-remount-test.sh Bug: 109821005 Bug: 123079041 Change-Id: I420cb87c19e3e184a974dfc373fb17c097d4858f
Loading
Please register or sign in to comment