summaryrefslogtreecommitdiffstats
path: root/core/product.mk
diff options
context:
space:
mode:
authorRaphael Moll <raphael@google.com>2014-08-21 15:22:08 -0700
committerRaphael Moll <raphael@google.com>2014-08-27 09:35:07 -0700
commit0d7d09ae040f6d6bd44ec393e60f4aab2a6a0ddf (patch)
tree8a49f6db9b5e61cb3885070f6bbd5d5e4089ddc3 /core/product.mk
parent2178358f2f7dc7fc1748a2c3d3e39fade2bc40e0 (diff)
downloadbuild-0d7d09ae040f6d6bd44ec393e60f4aab2a6a0ddf.zip
build-0d7d09ae040f6d6bd44ec393e60f4aab2a6a0ddf.tar.gz
build-0d7d09ae040f6d6bd44ec393e60f4aab2a6a0ddf.tar.bz2
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
Diffstat (limited to 'core/product.mk')
-rw-r--r--core/product.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/product.mk b/core/product.mk
index 90d5851..0075acd 100644
--- a/core/product.mk
+++ b/core/product.mk
@@ -91,6 +91,7 @@ _product_var_list := \
PRODUCT_SDK_ADDON_COPY_FILES \
PRODUCT_SDK_ADDON_COPY_MODULES \
PRODUCT_SDK_ADDON_DOC_MODULES \
+ PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP \
PRODUCT_DEFAULT_WIFI_CHANNELS \
PRODUCT_DEFAULT_DEV_CERTIFICATE \
PRODUCT_RESTRICT_VENDOR_FILES \