commit | 4c3f6ab8f7be21acf33ff0dfabec9047aac36e3c | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Sep 29 18:51:02 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Sep 29 18:51:02 2016 +0000 |
tree | a2e264ba51c1e6848306371a1123d4bd79fe7a85 | |
parent | 2eea42f7236054d863d023755883ca4bf84766c3 [diff] | |
parent | 68fc81e860ab58a5147a48093e57daab38ee84a3 [diff] |
Merge "Report uncrypt errors in details" into nyc-mr1-dev-plus-aosp
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