commit | ad29b10c009d3a41e6198ae3125fe93c5f4aeb6f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jun 09 18:03:05 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Jun 09 18:03:05 2016 -0700 |
tree | 461b2e93dd64c1096330734defcc008d22848b46 | |
parent | 0ab866b3544ff999293b2c296908e969d72b5799 [diff] |
Remove etc/META-INF/com/google/android/update-script. Bug: http://b/29250988 Change-Id: I61f8c6717b38de2242e4ea8e0913237c1ce5bfea
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