summaryrefslogtreecommitdiffstats
path: root/tools/dumpkey (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-29Delete the dumpkey host toolTianjie Xu3-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
2018-05-17tools: Move to Soong.Tao Bao2-22/+27
Test: `mmma -j bootable/recovery/` Test: Build and run RecoveryLocalizer on device. Change-Id: I3359223c82bd670c94ad51296cb8b357b04f5349
2016-02-26Remove dumpkey build guards after completing code move.Mattias Nissler1-10/+0
Bug: 27326256 Change-Id: Ia713b23e3c898c1f10af7c61ea67f34601fdcbe3
2016-02-24Move dumpkey tool to the recovery repo.Mattias Nissler3-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