commit | 8aca51296db00ac420521daa382016664d410b05 | [log] [tgz] |
---|---|---|
author | Amit Blay <ablay@codeaurora.org> | Mon Aug 22 12:27:14 2016 +0300 |
committer | Reut Zysman <rzysman@codeaurora.org> | Wed Oct 05 21:22:12 2016 +0300 |
tree | 6d5653324b919195f4dbbf883f3c5fa139ec7364 | |
parent | 5c81cc1181ed7ae7d04b77ee23c6daddce6839af [diff] |
recovery: Mount firmware image for MDTP MDTP requires existence of /firmware for the mdtpsecapp TA binary. This change mounts the modem image under /firmware. This change also makes sure that /firmware directory is created by the recovery init.rc. Change-Id: Icdf8bddcd593e14edaed8f82d937f3adc654ed0a CRs-Fixed: 1074574
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