commit | fee79a4532e9ef27b9dae4b02f2d06fa932e8c95 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Oct 04 08:58:24 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Tue Oct 04 09:04:08 2016 -0700 |
tree | a09c0fdc599a3d4b8b39028e061f7cd6d2d785a7 | |
parent | 695ef7cacc128efc0b710cb25d39c72da2eaef36 [diff] |
recovery: drop log/logger.h private/android_logger.h contains all we need. Test: compile Bug: 26552300 Bug: 31289077 Bug: 31456426 Change-Id: I6714d730372dc81f784e7f9dfee8a33848643a5d
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