commit | bd56f1590c967205dc45eb2ec298aa8d2aacb740 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Sep 28 16:32:10 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Wed Oct 19 00:50:56 2016 +0000 |
tree | 3f1350176224bd2dd8f470d9a189feaf35f81ac1 | |
parent | 7df1850d37a1eb67f1ecc8623ae2c2066ec3b678 [diff] |
Clean up bootloader_message usage in recovery Switch to using vector and string. Test: bootloader message writes correctly on angler. Change-Id: I95d5a1e584630db326bb4400f3a149b59ad30a9e
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