OSDN Git Service

BuildBootImage: Add secondstage image support
authorBenoit Fradin <benoit.fradin@intel.com>
Mon, 14 Jul 2014 19:00:43 +0000 (21:00 +0200)
committerJeremy Compostella <jeremy.compostella@intel.com>
Thu, 31 Jul 2014 11:20:57 +0000 (11:20 +0000)
commitfb9076d9f202fa850e23e16cf2113f0a1e62951c
tree8ff7d9e58d2f083a569fcddf8c4a8bd5fdb3a0d4
parentd23798bfdc9bb34909177c3c5f06f0c97cc9897e
BuildBootImage: Add secondstage image support

The AOSP bootimage format allows the use of a second stage image
however the BuildBootableImage function does not allows the "second"
optional argument. This patch adds the support of this argument.

Change-Id: I8ed9d9e56449945c2d42fc908269921c394f68c0
Signed-off-by: Benoit Fradin <benoit.fradin@intel.com>
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
tools/releasetools/common.py