commit | 749054e1e34272fc7ed987bfc2f4e24e8b9565ac | [log] [tgz] |
---|---|---|
author | Prashant Malani <pmalani@google.com> | Fri Mar 11 18:31:00 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 11 18:31:00 2016 +0000 |
tree | 44356694d9dcd71287e497ee98ec987809800a29 | |
parent | 3f004e03e59f7efc8c2ea0a6ec682ca0054c5c0b [diff] | |
parent | 0ba21cff07ceafeaa43e17aa26e341d961f6f29f [diff] |
recovery: Remove duplicate variables and functions am: 0ba21cff07 * commit '0ba21cff07ceafeaa43e17aa26e341d961f6f29f': 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