commit | dfe43869cbeaf03f0950cf483f419bd9626473a5 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Wed Feb 17 09:50:14 2016 -0800 |
committer | Bill Yi <byi@google.com> | Wed Feb 17 09:50:14 2016 -0800 |
tree | 0fc3ecad7f77e8a5778a7cab753853afeeb48a72 | |
parent | b30663b4a7d70886c5e8cdfce7307f0271e34de8 [diff] | |
parent | ce46828e08281dc507d4e40ba9e8b770bc21cf0b [diff] |
Merge commit 'ce46828e08281dc507d4e40ba9e8b770bc21cf0b' into HEAD
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