commit | 2c709ccef909f3e0d37501e102a4a31b09be3837 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Fri Jun 17 04:43:47 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jun 17 04:43:47 2016 +0000 |
tree | 1ea03cb194febeb16435fc50341509a3a5172ee5 | |
parent | 98c97c893252094bf118fb436fe92950148f120d [diff] | |
parent | 1957b47349bf8d2a61ad2aa3e319597cfc72c44b [diff] |
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
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