commit | 07c9edb2638b3a4cbb7482bab223c7c4df6800d6 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Apr 20 22:52:05 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Apr 20 22:52:05 2016 +0000 |
tree | c96901497034fa9703bffe6198c255250459dd8e | |
parent | 2efbd3b87988baa22e5caf230e28c221161c91e7 [diff] | |
parent | 9eeeb17e05e5a44c582dc58e30f12bf0c20517ff [diff] |
Merge "Fix matches_locale function" into nyc-dev am: 8b86373 am: 45609d3 am: 9eeeb17 * commit '9eeeb17e05e5a44c582dc58e30f12bf0c20517ff': Fix matches_locale function Change-Id: I765e6c00abeebc608298e1971b995de10c3ef830
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