OSDN Git Service

use the file uid/gid/mode saved in the target_files
authorDoug Zongker <dougz@android.com>
Thu, 3 May 2012 23:15:29 +0000 (16:15 -0700)
committerDoug Zongker <dougz@android.com>
Thu, 3 May 2012 23:15:29 +0000 (16:15 -0700)
commitfffe1d5e9c65dcb2321643e25d77d465f7763ba6
treea6000c951eafbe5b7a00a81498cd38065a56752d
parent000e89a5b95a1d3071277ff279263204f49cbd78
use the file uid/gid/mode saved in the target_files

When building a bootable image with mkbootfs, use the set of file
metadata that's stored in the target_files zip (when available),
rather than whatever is built into the mkbootfs binary at the time the
image is built.

Bug: 6435132
Change-Id: If6c59149bdbcc9a67e5ab9161398f355bd1f511d
tools/releasetools/common.py