commit | d7a9bcf8adc56b6e1850b2b775b17a6b814c2bff | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Thu Jul 21 04:03:12 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 21 04:03:12 2016 +0000 |
tree | d1aa1c644860a72a84a0aae8ce1a8d6e16d61331 | |
parent | 992b5b0dd215ad0df5a94cb7a998b9a1e13729ac [diff] | |
parent | 8281767f34d8aaf2af7c19b5ed9fbe81fd23ddbb [diff] |
Import translations. DO NOT MERGE am: e49c0d6406 -s ours am: 8281767f34 -s ours Change-Id: I8f3d4f4d397bfcd2d0a76d99eefb037343beb593
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