commit | 13c519396ebee8bb7fa4b3cf7b7bade816ffa385 | [log] [tgz] |
---|---|---|
author | Damien Bargiacchi <drb@google.com> | Wed Sep 07 23:40:53 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Sep 07 23:40:53 2016 +0000 |
tree | a99d9330d0c862ce032ca993217d6550e842445b | |
parent | 3e0a5fa7a2e136c772c671bc1578273c205946e2 [diff] | |
parent | 49e2aeb35346e59e4a7fa2aaf193ead309f3ba01 [diff] |
Remove duplicate methods and variables from WearRecoveryUI am: 5e7cfb9af6 am: 49e2aeb353 Change-Id: I208cec1dad19ae77fda54b17286ba8e115b262df
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