commit | 804275ba42e4ace3e30658724d472564a1813daa | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Jul 08 19:03:45 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jul 08 19:03:45 2016 +0000 |
tree | b47ebffc84ddb303c0993a4f2a13e2f2d5f9f2cf | |
parent | ec9fdfee2fbded53f7245bcb174a0c8dc059e61d [diff] | |
parent | 28c1e5d3aa9610db6e141380b1435937fc7f07db [diff] |
Merge "Allow uncrypt to work without socket communication"
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