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