commit | c1afe830cfd6be19ea709a269532c6287fcbd7a5 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Tue Apr 05 11:13:59 2016 -0700 |
committer | Bill Yi <byi@google.com> | Tue Apr 05 11:13:59 2016 -0700 |
tree | 2309c24bbf21367f1caaaa9b4c4625ef7bae88a8 | |
parent | f75b6e47def859039627a557c1046f1fc723036b [diff] |
Import translations. DO NOT MERGE Change-Id: Ic643d0e2d39e45d772ffb25001de45afdf923579 Auto-generated-cl: translation import
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