commit | 4bbd5bf8a6383d31341221b97e5e320d5abba085 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Apr 01 18:24:39 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Apr 01 18:24:39 2016 -0700 |
tree | 425d6689f29b9d893cd250dd0b22bd72af078b1a | |
parent | 75da77105f329f5d6c1b4dc46ce02377ec4afd6a [diff] |
Move selinux dependencies out of header files. Bug: http://b/27764900 Change-Id: Ib62a59edcb13054f40f514c404d32b87b14ed5f1
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