commit | 3e8666172bf1cc7f35d8ca425476e57b86299320 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Nov 04 04:47:15 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 04 04:47:15 2016 +0000 |
tree | b64de3607b9e39f2be75b926183fa0c75b54d18f | |
parent | 5d9f36e3b34af98141748a3b7c900ed17c7775d6 [diff] | |
parent | 00c7b6112a5618b2718940f8030737051accdb99 [diff] |
Merge "updater: Fix an off-by-1 bug in file_getprop()." am: da2b34b5d0 am: 917be35f0f am: 4098285e8c am: 00c7b6112a Change-Id: Id05ce102be21b9a045a3dac5fa9967914a7e6377
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