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)
committergitbuildkicker <android-build@google.com>
Fri, 6 Jan 2017 00:19:34 +0000 (16:19 -0800)
commitae67babc35587cc6a6ab6373e84459a76b51838c
tree227e73395ae40054e3636acd83845e8d4e80664d
parent0c363c54211811ea2348188a082027e7cfb5616e
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
(cherry picked from commit 37a73e0f09e47c289cad577de689b6c07abe9c3d)
core/Makefile
tools/releasetools/build_image.py