commit | 21c4f4e6e6fa532ee670e5d063533da321113f46 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 10 16:30:34 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 10 16:30:34 2016 +0000 |
tree | 12c193f8f784f503dc80aad6602a47a3b7a0e170 | |
parent | 2a697feb3931a053a5c72913a461db7210119087 [diff] | |
parent | 5be6ae12b510c3ebe2d616a4d4f8f53422a9120f [diff] |
Merge \\"Remove etc/META-INF/com/google/android/update-script.\\" am: 5b2191a9d6 am: 5be6ae12b5 Change-Id: Ia2aace34275d4ef517b0bf47a8c9ae04f47a3f05
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