commit | 8176cf232e9f613a2e500f09461fc3f448267d07 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Oct 18 14:13:07 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Tue Oct 18 21:31:04 2016 +0000 |
tree | 7bef9898660d13fc74dbe528bc0331950fe19604 | |
parent | 430b7ae4699eb3685dcc0f7c736a9aebd76829a8 [diff] | |
parent | 6fba98ce645bb00b4fa7f03dd1786566af919d78 [diff] |
resolve merge conflicts of 6fba98c to stage-aosp-master Change-Id: I2fa8b85109309ec88c1f8d8def593aa65ab885d7
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