commit | 48ebb07211c4cd79244bdaf5b7335484b8ccdd46 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 15 15:15:15 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jun 15 15:15:15 2016 -0700 |
tree | 320b961ad804ade1a746fab2818f685c258f1198 | |
parent | 59f04b998212e4fbbc2ed77d70052f1175f1ca05 [diff] |
init now uses libprocessgroup, so set up /acct. Change-Id: Iec1492dfaf2ceae6f4d8618dd725d07316ee960b
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