commit | f5645d83060e815fe4948ed1986bdfa294a8a79a | [log] [tgz] |
---|---|---|
author | Prashant Malani <pmalani@google.com> | Fri Mar 18 17:03:58 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 18 17:03:58 2016 +0000 |
tree | a45ab53947db7016e45e3cc46d3ca5f43d120384 | |
parent | 156de0473efb2150f72743d925dc61a3e6fb9214 [diff] | |
parent | 1500f11e81584c105eb1f36439719629e2c39073 [diff] |
recovery: Move SwipeDetector into common location am: 9020e0f am: 1500f11 * commit '1500f11e81584c105eb1f36439719629e2c39073': recovery: Move SwipeDetector into common location
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