commit | 2bdef0937ad3f77af84388a6f4e5456eaa6abd13 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Fri Mar 04 05:49:06 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 04 05:49:06 2016 +0000 |
tree | 4e147d78bef372d2568f7c89a6707e4f8238d553 | |
parent | d79baad2228385b854b72dd3efb6eb5ee8650ff2 [diff] | |
parent | 20bb31bbd3a74667ff1da59ef4ead37d065dc80d [diff] |
Merge "Restore labels on /postinstall during recovery." am: 60eae72ac6 am: f6ffefb116 am: 20bb31bbd3 * commit '20bb31bbd3a74667ff1da59ef4ead37d065dc80d': Restore labels on /postinstall during recovery.
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