commit | 073451ae2173e51f5a803287de677dc7c6a68e4f | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Sep 01 11:51:17 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Thu Sep 01 22:00:17 2016 +0000 |
tree | 1d49bf9dc21e3f6109867524881a182f92f1df80 | |
parent | c21edd46541a6e1c3b7de43aa6002ea45b90c64a [diff] |
Fix a typo of variable name in install.cpp Change-Id: I42057bc2fb5096ce009fe6e4b787bc9082cd572f
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