commit | 28ab93b866799a25ba8c0b8c413156c4e5553664 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Wed May 15 18:29:44 2019 +0100 |
committer | Anton Hansson <hansson@google.com> | Thu May 23 15:09:54 2019 +0100 |
tree | 7deb53488e36d5e3669b8c57fa9a1cee824b4a84 | |
parent | 030764d25fc52a8ba5a534feccd84168b60e8182 [diff] |
installd: Add support for migrating legacy obb data. Data needs to be copied over from /data/media/obb to its new location under /data/media/0/Android/obb. This is currently implemented as a single "cp -r" between the two paths. The cp is executed by a forked shell script that runs in its own domain. Test: Manua Bug: 129167772 Change-Id: I8a0667f33f7fcee5c9e0dba7b00a963797b0dc34