commit | 279876c9328bb1817f055d0d54085ba00b369c07 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 15 23:09:19 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 15 23:09:19 2016 +0000 |
tree | a0f6d09c21633eca9b6ed44ab6b3cb0457e3aa65 | |
parent | 179c0d80bccb6451c5552ae76dfe7081c8cf96bb [diff] | |
parent | 48ebb07211c4cd79244bdaf5b7335484b8ccdd46 [diff] |
Merge "init now uses libprocessgroup, so set up /acct."
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