summaryrefslogtreecommitdiffstats
path: root/tools/dumpkey (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete the dumpkey host toolTianjie Xu2018-10-293-298/+0
| | | | | | | | | | | We used to dump the public key files into some text format; and parse them under recovery. But now we have switched to read the certificates directly from the zip files; and there's no caller of this dumpkey host tool any more. Bug: 116655889 Test: mma Change-Id: I115592e2a894b3375495c81cb249d1bed1a5d973
* tools: Move to Soong.Tao Bao2018-05-172-22/+27
| | | | | | Test: `mmma -j bootable/recovery/` Test: Build and run RecoveryLocalizer on device. Change-Id: I3359223c82bd670c94ad51296cb8b357b04f5349
* Remove dumpkey build guards after completing code move.Mattias Nissler2016-02-261-10/+0
| | | | | Bug: 27326256 Change-Id: Ia713b23e3c898c1f10af7c61ea67f34601fdcbe3
* Move dumpkey tool to the recovery repo.Mattias Nissler2016-02-243-0/+303
The dumpkey tool is used to dump encryption keys in a custom format used by the recovery code. Nobody else uses this format AFAICT, so it's more appropriate to keep the code of the tool alongside the recovery code instead of next to mincrypt. BUG:27326256 Change-Id: I30176845617972be1d6e46e9a9218e161fbf0680