OSDN Git Service

SDK Addon multi-sys-img support, part 4.
authorRaphael Moll <raphael@google.com>
Thu, 21 Aug 2014 22:22:08 +0000 (15:22 -0700)
committerRaphael Moll <raphael@google.com>
Wed, 27 Aug 2014 16:35:07 +0000 (09:35 -0700)
commit0d7d09ae040f6d6bd44ec393e60f4aab2a6a0ddf
tree8a49f6db9b5e61cb3885070f6bbd5d5e4089ddc3
parent2178358f2f7dc7fc1748a2c3d3e39fade2bc40e0
SDK Addon multi-sys-img support, part 4.

Change the add-on build rules to packages the system-image
separately from the main add-on zip file. This is then picked
up by development's sdk_repo.mk to generate two repository
packages files (one for the add-on, one for its system image.)

The system-image now also contains a source.propertie file,
which value is not infered from the add-on's manifest.ini

Add-on product files need to be modified to define a
PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP variable that points
to their source.properties or source.prop_template file.

Change-Id: I79e9cdfd43c99f099a70890fb3e5e9215ad647f4
core/product.mk
core/tasks/sdk-addon.mk