commit | 4b327342fca49ec4ae4ee01437641244a9ac20d2 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Wed Feb 17 20:44:25 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 17 20:44:25 2016 +0000 |
tree | b863329e3f19a59bdde39ca2d609e4c52b3abbf6 | |
parent | e6f3ffe80fa5f0d72f9b7df8c6c36ba23b7cd28c [diff] | |
parent | dfe43869cbeaf03f0950cf483f419bd9626473a5 [diff] |
Merge commit \'ce46828e08281dc507d4e40ba9e8b770bc21cf0b\' into HEAD am: dfe43869cb * commit 'dfe43869cbeaf03f0950cf483f419bd9626473a5':
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