commit | 91e3aee9bdc1a503affdd925dd4da352a198abca | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Sep 23 15:30:55 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Sep 23 18:16:35 2016 -0700 |
tree | 2fee5fc861058ac011970af564aea79ff8fa97de | |
parent | 3110715bb4b94d8394df8283100f039877d09af0 [diff] |
Switch to <android-base/properties.h>. Bug: http://b/23102347 Test: boot into recovery. Change-Id: Ib2ca560f1312961c21fbaa294bb068de19cb883e
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