commit | 963d2e05e67398ca810c08ed824c12d13d0addc3 | [log] [tgz] |
---|---|---|
author | Weilun Du <wdu@google.com> | Fri May 18 12:34:06 2018 -0700 |
committer | Weilun Du <wdu@google.com> | Wed May 30 09:33:13 2018 -0700 |
tree | f1962dbd72f244d80bd669050c8bd4878f51ebd7 | |
parent | 8429ee3cd57d592d55ea58c47c6a22fe2413d977 [diff] |
Package /data instead of userdata.img in sdk images userdata.img becomes 4GB in P and it doesn't work well with patcher in android studio. We decided to remove userdata.img in system image zip and generate userdata.img from /data by emulator. Within the /data folder, we only keep /misc for the emulated WiFi. This cl does not impact real devices. BUG: 79925096 Change-Id: Ida3f2163cab30b38cd02a0280b5fd7abd9a66945 Signed-off-by: Weilun Du <wdu@google.com>