commit | 53ea95d0c2646106c25e23757d4939e925bdd282 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Wed Apr 06 04:02:16 2016 -0700 |
committer | Bill Yi <byi@google.com> | Wed Apr 06 04:02:16 2016 -0700 |
tree | fd3efd03f9cdca9de89a580642b543dbb0e4bd6a | |
parent | c91a08359c39426fcd78fd3dfb41711023d220a0 [diff] |
Import translations. DO NOT MERGE Change-Id: Id4a5f32acb01776c95b092cc6e883036812836a9 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