* commit 'bc080d510f022da8055b89b85e02d91e74c3757d': Allow to build the update.zip for emulator build.
This commit is contained in:
@@ -485,6 +485,8 @@ def CheckSize(data, target, info_dict):
|
||||
if target.endswith(".img"): target = target[:-4]
|
||||
mount_point = "/" + target
|
||||
|
||||
fs_type = None
|
||||
limit = None
|
||||
if info_dict["fstab"]:
|
||||
if mount_point == "/userdata": mount_point = "/data"
|
||||
p = info_dict["fstab"][mount_point]
|
||||
|
Reference in New Issue
Block a user