commit | d79baad2228385b854b72dd3efb6eb5ee8650ff2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Mar 04 01:26:59 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 04 01:26:59 2016 +0000 |
tree | 324b8e99bdb7014c31cf6ad4da7701b9e8ee49dc | |
parent | 4934bb7e850da07d37c7006a8af61b3e32d7b9ea [diff] | |
parent | 21c005476699a3892a3b5c16a1cd7a4907988c6b [diff] |
uncrypt: Communicate via /dev/socket/uncrypt. am: 3a2bb594df am: 21c0054766 * commit '21c005476699a3892a3b5c16a1cd7a4907988c6b': uncrypt: Communicate via /dev/socket/uncrypt.
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