commit | 03b72b0f377d352a7197b2cbb3c90ebed3321bcc | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Wed Feb 24 14:45:06 2016 +0100 |
committer | Mattias Nissler <mnissler@google.com> | Wed Feb 24 14:53:10 2016 +0100 |
tree | 17deccfc3425d171a8df152db6539d1c22f4c09a | |
parent | 4b3cdce702fefa7eac0626f57d09ff018127c191 [diff] |
Move dumpkey tool to the recovery repo. 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
mm -j && m ramdisk-nodeps && m recoveryimage-nodeps # To boot into the new recovery image # without flashing the recovery partition: adb reboot bootloader fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
# After setting up environment and lunch. mmma -j bootable/recovery # Running the tests on device. adb root adb sync data # 32-bit device adb shell /data/nativetest/recovery_unit_test/recovery_unit_test adb shell /data/nativetest/recovery_component_test/recovery_component_test # Or 64-bit device adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test adb shell /data/nativetest64/recovery_component_test/recovery_component_test