commit | ba815b6574d05072124a81a41a70ac502029f7b1 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Fri Feb 15 07:45:26 2019 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Mon Mar 04 11:12:54 2019 -0800 |
tree | b25898381de16c3d3a432106c21974cc3b0d10be | |
parent | 6be3ac3f33b61b488dc923b0aeeebc186bad1898 [diff] |
adb: use /system/bin/remount command Replace direct logic in support for 'adb remount' with an exec out to /system/bin/remount to do the heavy lifting. Remount success and failure strings are reported by the adb remount service in response to the various reported errors, freeing up the remount command itself from the legacy of script expectations. Test: adb-remount-test.sh Bug: 122602260 Change-Id: I686fa465f463b881bbb38f709d780a95e463be80