| commit | f03f6c64d1d364b618516b15699956d0a8214088 | [log] [tgz] |
|---|---|---|
| author | Elliott Hughes <enh@google.com> | Wed Mar 05 13:15:07 2025 -0500 |
| committer | Elliott Hughes <enh@google.com> | Thu Mar 06 14:29:27 2025 -0800 |
| tree | 7a2f054dfe83013c41a4ce57273653265fd6152d | |
| parent | 11a6f23af5387f0411ee83e05ccf1ccb5d61d2a1 [diff] |
Allow `adb sync /data` as well as `adb sync data`. I've been stubbing my toe against this for a decade now... The partition names may well be "data" or "system", but other commands like push or pull (or shell) use paths rather than names, so sync is the one weird exception where you MUST omit the leading slash. Change-Id: Idcbc94240b7850752966366b6d7889bfdb2e7233