commit | 2c995942e3459db02e301e05f6b9eb7cc10bfaa5 | [log] [tgz] |
---|---|---|
author | Baligh Uddin <baligh@google.com> | Tue Apr 26 11:43:04 2016 -0700 |
committer | Baligh Uddin <baligh@google.com> | Tue Apr 26 11:43:04 2016 -0700 |
tree | 4522b11f5eb50d46834eeedc063d3389c68178cb | |
parent | bb1634ed584cffd3d97c32faa09ea150a462c10d [diff] |
Import translations. DO NOT MERGE Change-Id: I2b8cd2877f4f21d64968b520258a80a3886310c5 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