commit | e404d76e3a4ce949b2e938ad10d720159cb148e3 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Tue Apr 26 15:01:57 2016 -0700 |
committer | Bill Yi <byi@google.com> | Tue Apr 26 15:01:57 2016 -0700 |
tree | 4522b11f5eb50d46834eeedc063d3389c68178cb | |
parent | bb1634ed584cffd3d97c32faa09ea150a462c10d [diff] |
Import translations. DO NOT MERGE Change-Id: Ic9a498dd7367a61fc2d380dc6eeeea0c4cafc8bf 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