commit | acb2a2fa4c415944a27539461ba3757f3edbb128 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Aug 26 18:24:34 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Tue Aug 30 13:15:12 2016 -0700 |
tree | d1995f2fcac153a3fbf4bbec319302ad47bc14b6 | |
parent | b3ddc0a4bf4334fa114d2b1716675d29a7024c1f [diff] |
minadbd: rename adb_server_main to minadbd_main. adb_server_main in adb refers to the adb server on the host, not adbd. Since there doesn't seem to be a good reason to reuse the declaration from adb's headers, give minadbd a main function of its own. Change-Id: I748f1a6822dc14c726cb73ef3b533c57a6615608
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