commit | 397bf4ef9346f939fa29e50af59ed84c021a54ef | [log] [tgz] |
---|---|---|
author | xinglong.zhu <xinglong.zhu@spreadtrum.com> | Mon Aug 08 18:13:09 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 08 18:13:09 2016 +0000 |
tree | a9ea46da8484e8b822db6f887c270da6f0afb77d | |
parent | a5dd2a452c9fab12996863cd407aa14c625a604e [diff] | |
parent | 4c4323254e7fa8887283f9cfcbc059785f78284b [diff] |
Merge "Recovery mode UI flicker" am: 629bde8c6c am: a5734c2ad8 am: 1e324fa459 am: 4c4323254e Change-Id: I49e9da06bd509668c70b3f3cebb505a2a4868bfb
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