OSDN Git Service

verity: switch to C++ version of build_verity_tree
authorColin Cross <ccross@android.com>
Thu, 17 Apr 2014 01:49:56 +0000 (18:49 -0700)
committerColin Cross <ccross@android.com>
Tue, 29 Apr 2014 00:19:13 +0000 (17:19 -0700)
commit477cf2b029f18570771e7ca8508f04e58b0bfe56
tree2ad9f38533850b4b943d0392c87b0bc93390d346
parent8a30f72c0c70d5b5eb47fd32a9a62c771aaa5796
verity: switch to C++ version of build_verity_tree

The C++ version avoids the need to unsparse the image to generate
the verity image, and is much faster for images with large regions
of don't care (treated as zeroes).

Change-Id: I8396b08a5fdb93f27d8c71c9c1ac23cb75cf1f7f
core/Makefile
core/config.mk
tools/releasetools/build_image.py