commit | c4b381c44b2c782fedcabf859882c643a7d06745 | [log] [tgz] |
---|---|---|
author | Sandeep Patil <sspatil@google.com> | Tue Nov 01 08:49:51 2016 -0700 |
committer | Sandeep Patil <sspatil@google.com> | Tue Nov 01 14:27:23 2016 -0700 |
tree | 88bcf86161e42f1c98f2078fe558c95ec36f3979 | |
parent | 1d733369c4e4d7ee79a2725ce1f4c0d4e8628f7a [diff] |
healthd: change how charger is launched in recovery. This is triggered by changes in healthd which spits out 2 binaries. Recovery needs to use static binary which is now renamed to 'charger'. So, change the .rc file to match the rename. Update the seclable according to new healthd-charger split Test: Tested recovery on angler using 'reboot recovery' to ensure healthd is working as before Change-Id: I9e6018156e677e7224dd2e5894941ed2a7cac1d0 Signed-off-by: Sandeep Patil <sspatil@google.com>
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