commit | 78bac9a66a773396bb4a3ceee589b71046dcc5e1 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Mar 29 21:09:03 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 29 21:09:03 2016 +0000 |
tree | 743aa051c22b9e26b057eb66ee0ba82fdc7fbf28 | |
parent | ee3314d3351a0f11be04474864e7f1edd69d79cc [diff] | |
parent | 0f54a46af3d2fa5f01fd1e37ed050b3cf697008c [diff] |
Add string for Installing_security_update am: 1ee0ff3 am: 0f54a46 * commit '0f54a46af3d2fa5f01fd1e37ed050b3cf697008c': Add string for Installing_security_update Change-Id: Ib9cc5307a030a94f7d9d6e9c52646cf1665bbe3d
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