From 74da4d6eef1da6490729dfbd069adf913d9aa6fa Mon Sep 17 00:00:00 2001 From: Baligh Uddin Date: Thu, 19 May 2016 08:50:19 -0700 Subject: [PATCH] DO NOT MERGE - Add verifiedboot keys to otatools.zip (this is needed for Shamu) otatools.zip is used to release key sign device images. Bug: 23967152 --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 07d1c9400..2a9156c53 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1347,7 +1347,7 @@ $(BUILT_OTATOOLS_PACKAGE): $(OTATOOLS) | $(ACP) $(hide) rm -rf $@ $(zip_root)/releasetools/*.pyc $(hide) (cd $(zip_root) && zip -qry $(abspath $@) *) $(hide) zip -qry $(abspath $@) build/target/product/security/ - $(hide) find device vendor -name \*.pk8 -o -name \*.x509.pem -o -name oem.prop | xargs zip -qry $(abspath $@)>/dev/null || true + $(hide) find device vendor -name \*.pk8 -o -name verifiedboot\* -o -name \*.x509.pem -o -name oem.prop | xargs zip -qry $(abspath $@)>/dev/null || true .PHONY: otatools-package otatools-package: $(BUILT_OTATOOLS_PACKAGE)