commit | 49c5c79df15700f9f6e3a349b204edd1548f4357 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Fri Apr 29 14:16:35 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Fri Apr 29 14:16:35 2016 -0700 |
tree | 51adcbd6bd98875dacebc41b931b075f141d9dba | |
parent | a1f4a1ec3319ee1ab869a46805bff63550b56ca7 [diff] |
Fix google-explicit-constructor warnings. Bug: 28341362 Change-Id: I5b35ae16c069e7e9229e66963386f322bd808af1
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