commit | b162551a30ce45e991fbd24f0647b6320d3b9b67 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Tue Apr 05 18:44:50 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Apr 05 18:44:50 2016 +0000 |
tree | 5355e3e5f7d7123928e460c7b11f699319aceebd | |
parent | a5697276097913f3b2771f9b2cb077bdbcbecf38 [diff] | |
parent | c1afe830cfd6be19ea709a269532c6287fcbd7a5 [diff] |
Merge "Import translations. DO NOT MERGE" into nyc-dev
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