diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2015-03-19 23:47:55 +0200 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2015-10-27 00:45:16 +0200 |
commit | 0da522f2deb366b44f313054776172faf3d405d8 (patch) | |
tree | 894ad2d0c1dd26c5ebefc27ea01c8c57c710d345 /core/Makefile | |
parent | 61af5631813226e99c31a194a5730b7557ec4505 (diff) | |
download | build-0da522f2deb366b44f313054776172faf3d405d8.zip build-0da522f2deb366b44f313054776172faf3d405d8.tar.gz build-0da522f2deb366b44f313054776172faf3d405d8.tar.bz2 |
build: Move bacon public key to device tree
Change-Id: I50c780203f7ecdd3008ac07146b7c9db91f9a443
Diffstat (limited to 'core/Makefile')
-rw-r--r-- | core/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Makefile b/core/Makefile index b80a47f..449161d 100644 --- a/core/Makefile +++ b/core/Makefile @@ -923,8 +923,7 @@ ifneq ($(OTA_PACKAGE_SIGNING_KEY),) else PRODUCT_EXTRA_RECOVERY_KEYS += \ build/target/product/security/cm \ - build/target/product/security/cm-devkey \ - build/target/product/security/bacon + build/target/product/security/cm-devkey endif # Generate a file containing the keys that will be read by the |