commit | 64a59cd7bf9fb3c95c1c2430088a4446fe257b31 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue May 31 23:00:28 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 31 23:00:28 2016 +0000 |
tree | 0066a7b6413dc91c793ccc57f6efb1b998b7b79e | |
parent | 51dc9444bcf8d8900a521795e873d07f6cd445ef [diff] | |
parent | 197e4afea4600599ee18c83428cc25d2ce5fc6ca [diff] |
Merge "imgdiff: Generate statically linked imgdiff." am: 680d783ecc am: a83b798c57 am: f90090d429 am: 197e4afea4 * commit '197e4afea4600599ee18c83428cc25d2ce5fc6ca': imgdiff: Generate statically linked imgdiff. Change-Id: I7ac7ab9d25cb95ced69d98d4c33349a2590a446a
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