commit | c012c3ce018b95cbf0a5c91e2a201343cc5bed6e | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Oct 18 00:28:30 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 18 00:28:30 2016 +0000 |
tree | b31060ec41d03e34c89b041e64141759c9b44318 | |
parent | d0c3085a919b6439c848922af8828aeb0db26c2e [diff] | |
parent | 13d8ee8c72ae3705819e1e0afae765e2d66a89bf [diff] |
Merge "Change StringValue to use std::string" am: 2b17b24ae5 am: 430b7ae469 am: 13d8ee8c72 Change-Id: Ib8730f1656dfea01cb8dcb5a3ee50a40d13179ac
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