commit | 25fb74bc838021ea13e3ee028903d09766c8a2f9 | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Fri Feb 26 08:22:01 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 26 08:22:01 2016 +0000 |
tree | 9fc33ad39d1914d20c4298c46b00b23ea70edaa2 | |
parent | e048f0ba7fb5a8fdd0d683aa58d4fb12715fcf5d [diff] | |
parent | 95b96d98caf6dbaefcfe7b52ba35d27babd70245 [diff] |
Merge "Move dumpkey tool to the recovery repo." am: 5197fde242 am: b652678953 am: 95b96d98ca * commit '95b96d98caf6dbaefcfe7b52ba35d27babd70245': Move dumpkey tool to the recovery repo.
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