OSDN Git Service

store user-visible image sizes in target-files
authorDoug Zongker <dougz@android.com>
Thu, 16 Sep 2010 18:28:43 +0000 (11:28 -0700)
committerDoug Zongker <dougz@android.com>
Thu, 16 Sep 2010 19:29:17 +0000 (12:29 -0700)
commitc77a9ad444d49e2ad777678cf5671f0a94f44ffb
treee1f88b711d99d84c5771622a7bbd1db3cc0a423a
parent8e8ff4cad905a5b4eed7659152f075f9a5c038b1
store user-visible image sizes in target-files

Do the yaffs-specific adjustments to image sizes in common.CheckSize,
instead of baking it into the image size stored in the target-files
package.  Remove the special fs_type flag and fold it into the
"info_dict" we have for saving key-value pairs from the build system.

Change-Id: I6e63f3330f6277d9a946b22e66cadeb51203ba14
core/Makefile
tools/releasetools/common.py
tools/releasetools/img_from_target_files
tools/releasetools/ota_from_target_files