summaryrefslogtreecommitdiffstats
path: root/core/product.mk
diff options
context:
space:
mode:
authorGeremy Condra <gcondra@google.com>2014-05-05 22:19:37 -0700
committerGeremy Condra <gcondra@google.com>2014-05-10 18:31:07 -0700
commit5b5f4958d89dae6a79a9715f4d91c30cb38a4680 (patch)
treea67fa2de9b1f46454f44a233f76420f685a9dfb3 /core/product.mk
parentd2151e1402c1d757a3cafd3e314288ea6222178e (diff)
downloadbuild-5b5f4958d89dae6a79a9715f4d91c30cb38a4680.zip
build-5b5f4958d89dae6a79a9715f4d91c30cb38a4680.tar.gz
build-5b5f4958d89dae6a79a9715f4d91c30cb38a4680.tar.bz2
Add verity support to `make dist`.
Without this, system images will be built that do not contain the necessary bits for verification. Change-Id: I87c15282b26377d7a2a1540e3d0e30b0299622e3
Diffstat (limited to 'core/product.mk')
-rw-r--r--core/product.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/product.mk b/core/product.mk
index 1a7685c..5693fe9 100644
--- a/core/product.mk
+++ b/core/product.mk
@@ -104,7 +104,8 @@ _product_var_list := \
PRODUCT_OEM_PROPERTIES \
PRODUCT_SYSTEM_PROPERTY_BLACKLIST \
PRODUCT_VERITY_PARTITION \
- PRODUCT_VERITY_SIGNING_KEY
+ PRODUCT_VERITY_SIGNING_KEY \
+ PRODUCT_VERITY_MOUNTPOINT
define dump-product
$(info ==== $(1) ====)\