build_image.py | 108 def copy_prop(src_p, dest_p): function in function:ImagePropFromGlobalDict 119 copy_prop(p, p) 123 copy_prop("fs_type", "fs_type") 124 copy_prop("system_size", "partition_size") 126 copy_prop("fs_type", "fs_type") 127 copy_prop("userdata_size", "partition_size") 129 copy_prop("cache_fs_type", "fs_type") 130 copy_prop("cache_size", "partition_size") 132 copy_prop("vendor_fs_type", "fs_type") 133 copy_prop("vendor_size", "partition_size" [all...] |