commit | 5e7cfb9af64d5f6bf616d9b6fa40bd0ae82e781a | [log] [tgz] |
---|---|---|
author | Damien Bargiacchi <drb@google.com> | Wed Aug 24 18:28:43 2016 -0700 |
committer | Damien Bargiacchi <drb@google.com> | Wed Sep 07 02:26:50 2016 -0700 |
tree | ab6853be5f37627748b1456eec59caf1ed5a2271 | |
parent | 929ffefdccf3f7b6e2810cc47efaf93626f9a2cc [diff] |
Remove duplicate methods and variables from WearRecoveryUI Copy pasta is never as delicious as ones hopes. Also fix the Pike not rendering recovery bug. Change-Id: I903da7da436e3347a22ff51633e8a0f28fea2c46
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