summaryrefslogtreecommitdiffstats
path: root/target/product/verity.mk
Commit message (Collapse)AuthorAgeFilesLines
* Separate boot and recovery image signing from dm-veritySami Tolvanen2015-04-081-0/+1
| | | | | | | | | | Allow dm-verity to be enabled without boot and recovery images being signed. This makes it possible to enable only dm-verity to detect corruption without confusing bootloaders that do not understand signed images. Bug: 19985143 Change-Id: Ie52c6ff595faa7a5c1f1bc1b37f6899c4d0c7001
* Change verity key formatsSami Tolvanen2014-11-061-1/+5
| | | | | | | | | Change boot, recovery, and verity metadata signing keys to use the same PKCS8 / X.509 PEM format as the other signing keys, and update build scripts to use correct arguments for the updated signing tools. Change-Id: I23ed5a004ecdad6cf7696487935ad5031eb8adf8
* Added support for building verified vendor partitionDaniel Rosenberg2014-07-141-1/+0
| | | | | Change-Id: I762724800ccab3a365e6d2efdf86cd9c394818eb Signed-off-by: Daniel Rosenberg <drosen@google.com>
* Add verity support to `make dist`.Geremy Condra2014-05-101-0/+1
| | | | | | | Without this, system images will be built that do not contain the necessary bits for verification. Change-Id: I87c15282b26377d7a2a1540e3d0e30b0299622e3
* verity: clean up verity build dependenciesColin Cross2014-04-281-6/+0
| | | | | | | | | | Move image dependencies out of PRODUCT_PACKAGES and into direct dependencies for the image building rules. Fix the test for PRODUCT_SUPPORTS_VERITY, it needs to check for the current project as the global is no longer set. Change-Id: I811501834ae5ec658229bd505fcc48275ff578c9
* Add verity dev keys to build.Geremy Condra2014-04-021-1/+1
| | | | | | These will be used when making images from your dev machine. Change-Id: Ib1c894f6874a8e1a7d3d6e8133c8e897d40080d4
* Add the verity key to the verity dependencies.Geremy Condra2014-03-181-1/+2
| | | | | | Missed this last time around. Needed to boot. Change-Id: I67f25ed442365ad0171ecbc37bc2de02b7108399
* Add verity build targets for verity-enabled devices.Geremy Condra2014-03-171-0/+28
Change-Id: Ia9fa8e7ebe01b63e50d61071d36165a6a820c6c4