commit | c14d95da5874053eb37cd2fe6187ab7658a2a03a | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Mar 24 11:50:34 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Thu Mar 24 12:49:46 2016 -0700 |
tree | 5cde0789938bc8cefaf36d9b5b702d0695b7404a | |
parent | 4cb68121b86ca88c9ac7c08c64bb6c13f26da7bc [diff] |
Clean up intent_file related code in recovery.cpp No one in recovery or framework is utilizing intent file. Clean up the code. Bug:27725880 Change-Id: I78b37ff94261793e0d6a86a0fa6d27dcfe3f4783
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