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