commit | 1b4ee01cfaec5d59da2247b0c96a78c0f6f4fd36 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Tue Apr 05 09:23:08 2016 -0700 |
committer | Bill Yi <byi@google.com> | Tue Apr 05 09:23:08 2016 -0700 |
tree | bded7590c49f5d1445bb72c84fb9715b791f8ba8 | |
parent | dcc29b8ff5897c6bd094e643c404835aedf97ce0 [diff] |
Import translations. DO NOT MERGE Change-Id: Ib4ebc02261abc4610947ab54f5e53f9958190e27 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