]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-system-libvintf.git/commit
VintfObjectRecovery: partitions are mounted to /mnt
authorYifan Hong <elsk@google.com>
Fri, 13 Jul 2018 23:03:59 +0000 (16:03 -0700)
committerYifan Hong <elsk@google.com>
Mon, 16 Jul 2018 22:55:23 +0000 (15:55 -0700)
commit91c1b2703bf422786f3d698fb60da5a33fcd83a2
tree0629d17486d527f0966a5b95932797734ef081b0
parentdb3084356aa05f08194a69af7d46e756fbdd4656
VintfObjectRecovery: partitions are mounted to /mnt

Recovery now mounts system and vendor partition under /mnt. Update
VintfObjectRecovery to reflect this, so that during OTA, the partitions
are correctly mounted and checked.

During OTA, access to /vendor will always be redirected to /mnt/vendor.
Access to /system will be redirected to
- /mnt/system if ro.build.system_root_image is false
- /mnt/system/system otherwise.

Test: manual by calling CheckCompatibility in "Run graphics test"

Change-Id: I4c4448e526b2a1f14c6a77b14ac72915256b85cb
Fixes: 111372832
VintfObjectRecovery.cpp