OSDN Git Service

build_image: add support for specifying number of inodes [DO NOT MERGE]
authorPatrick Tjin <pattjin@google.com>
Thu, 20 Oct 2016 17:58:12 +0000 (10:58 -0700)
committerNick Desaulniers <ndesaulniers@google.com>
Thu, 5 Jan 2017 19:19:43 +0000 (11:19 -0800)
commit37a73e0f09e47c289cad577de689b6c07abe9c3d
tree306319a7d88b3f50196e437bcf948ba8a079a595
parentf47442071945bf200494f133c1285401aa4ec0ca
build_image: add support for specifying number of inodes [DO NOT MERGE]

Add support for specifying number of inodes when creating
system, vendor, oem partitions.  These are all read-only
and have no use for extra inodes.  Removing extra inodes
saves a lot of space.

Bug: 32246383
Bug: 33252070
Bug: 33428604
Change-Id: I13f1d4614b64a4abc752c42a1c65d3d151481c21
core/Makefile
tools/releasetools/build_image.py