commit | cb22040c6303144a42a90f424f29a267e43bef74 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Sep 23 15:30:55 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Sep 26 09:51:37 2016 -0700 |
tree | 034b34abded47d933f5e4f84b8f92936fb74bd47 | |
parent | 3cf815a6a93bd9e27d250d181ef877e5d3a42018 [diff] |
Switch to <android-base/properties.h>. Bug: http://b/23102347 Test: boot into recovery. Change-Id: Ib2ca560f1312961c21fbaa294bb068de19cb883e Merged-In: 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