commit | 558a1942c547f04f10de88b9a565ff4854d16b88 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Mar 04 20:32:38 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 04 20:32:38 2016 +0000 |
tree | a849e01c61c4c5b56e24b872c9cef67cdf01a0b2 | |
parent | 2bdef0937ad3f77af84388a6f4e5456eaa6abd13 [diff] | |
parent | d29a16afc7918ee921a995950f31dd1d6be6823f [diff] |
Merge "Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES." am: f639490a51 am: 038c294453 am: d29a16afc7 * commit 'd29a16afc7918ee921a995950f31dd1d6be6823f': Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.
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