commit | 95b96d98caf6dbaefcfe7b52ba35d27babd70245 | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Fri Feb 26 08:19:34 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 26 08:19:34 2016 +0000 |
tree | 501210c69eaf1e59a3b6aa75d5f085a3ebc689e4 | |
parent | 8c3922f4ab9755180d42e3f8162590892a029247 [diff] | |
parent | b652678953f1ff3920bebdd97836eda061a9a36b [diff] |
Merge "Move dumpkey tool to the recovery repo." am: 5197fde242 am: b652678953 * commit 'b652678953f1ff3920bebdd97836eda061a9a36b': 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