commit | 13f44939b15e2fcf2bf6404240617a317bb9f5a8 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jul 14 22:27:08 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jul 14 22:27:09 2016 +0000 |
tree | ae847c4b3211fbc8fe1d59b42d0701cda773d09f | |
parent | 27b9fc8a36757235ac3386d66db7d35820c2eb04 [diff] | |
parent | 03ca853a1c8b974152b7c56cb887ac2f36cfd833 [diff] |
Merge "Touch blocks in care_map in update_verifier" into nyc-mr1-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