commit | 844007b722ddb00c878b8b701608f8bf3736a64e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Apr 02 16:12:29 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Apr 02 16:12:29 2016 +0000 |
tree | a8b2d150fceffbfe26a78aec0514c7b00aa41862 | |
parent | ccc49f9da680f034dc149e0ca07fafec943596f9 [diff] | |
parent | 5c23b801e5f29ca85dde4a58fde4a69faacd7c6c [diff] |
Merge "Move selinux dependencies out of header files." am: 8124750 am: dc91161 am: 5c23b80 * commit '5c23b801e5f29ca85dde4a58fde4a69faacd7c6c': Move selinux dependencies out of header files. Change-Id: I191e0337501fc5520da1fa726911ffabd5d156c9
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