commit | e4ca846da48d9e51490bad9eda762bb89ea7b2c0 | [log] [tgz] |
---|---|---|
author | The Android Automerger <android-build@google.com> | Sun Apr 03 00:02:40 2016 -0700 |
committer | The Android Automerger <android-build@google.com> | Sun Apr 03 00:02:40 2016 -0700 |
tree | b166f4a950fefb3e8427ddc51cb1264da7a48aec | |
parent | 13aca598f8e93548fef36d87136e85ce8c9d18de [diff] | |
parent | bcd87be5cfa3c871f5d08dea356a25b61465827b [diff] |
merge in nyc-release history after reset to nyc-dev
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