commit | fc29db992a61ce4bd2f82a9ed2b615db66a9e1d7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 10 16:33:17 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 10 16:33:17 2016 +0000 |
tree | 9252080737aa25cc45d801a34875224ca8a9620c | |
parent | ab380fd77d4872d94cda212e91cdf9a847d99bf9 [diff] | |
parent | 21c4f4e6e6fa532ee670e5d063533da321113f46 [diff] |
Merge \\\"Remove etc/META-INF/com/google/android/update-script.\\\" am: 5b2191a9d6 am: 5be6ae12b5 am: 21c4f4e6e6 Change-Id: I62527d8d5217384c1524090da3428fea31d03615
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