commit | 34edfe173e5597cee1b1226a1225386e31690b4c | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Jun 29 23:16:23 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 29 23:16:23 2016 +0000 |
tree | 43a3159d12e0ea4c0bdb5b787ce4c3b3beea10bb | |
parent | 21b1a2a051aa1a44f3e2c17a1e3c96582e4b7d45 [diff] | |
parent | a4cd854625837bbc7ccfc84cdb312e87e0714488 [diff] |
Merge \\\"Fix google-explicit-constructor warnings in bootable/recovery.\\\" am: a9f648f010 am: 8e6e4bc979 am: a4cd854625 Change-Id: I9a96354f55fc2594826f9e54ae9567a02ee4bc95
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