commit | c58d7dda8c12d179b2e702da52370b8db3fe4e6c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 15 23:16:13 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 15 23:16:13 2016 +0000 |
tree | d573cb099bab37f96c971d47f6504b69adf6c0c2 | |
parent | 274d17dc0fa3d4c5c4271150c1acee271144b1f1 [diff] | |
parent | 279876c9328bb1817f055d0d54085ba00b369c07 [diff] |
Merge \"init now uses libprocessgroup, so set up /acct.\" am: 279876c932 Change-Id: I32a89d5d0b41311775dacea1f7d44fe1f6654d2d
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