commit | d755057c9164d6015165fc942f20a5664cff06ab | [log] [tgz] |
---|---|---|
author | Prashant Malani <pmalani@google.com> | Fri Mar 11 19:07:38 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 11 19:07:38 2016 +0000 |
tree | 7353d2030385bb0fa4732aa403e4a69ded659fdc | |
parent | 6086f4d18f30325b322517f0f83b90eb019c8292 [diff] | |
parent | 749054e1e34272fc7ed987bfc2f4e24e8b9565ac [diff] |
recovery: Remove duplicate variables and functions am: 0ba21cff07 am: 749054e1e3 * commit '749054e1e34272fc7ed987bfc2f4e24e8b9565ac': recovery: Remove duplicate variables and functions
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