commit | 49e2aeb35346e59e4a7fa2aaf193ead309f3ba01 | [log] [tgz] |
---|---|---|
author | Damien Bargiacchi <drb@google.com> | Wed Sep 07 23:38:24 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Sep 07 23:38:24 2016 +0000 |
tree | 3ccf544dd43ad2134efe11f3c7c4efd7c89900c4 | |
parent | ef674454a14049439f8cf455d6088418ebda8c5c [diff] | |
parent | 5e7cfb9af64d5f6bf616d9b6fa40bd0ae82e781a [diff] |
Remove duplicate methods and variables from WearRecoveryUI am: 5e7cfb9af6 Change-Id: I0f4dda0f92dcb6b3a230d2ad5d26f9855acb8c82
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