summaryrefslogtreecommitdiffstats
path: root/build/android/adb_device_functions.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make adb_device_loop return if no devicesilevy@chromium.org2012-09-241-1/+4
| | | | | | | | | | | - we are using this in a build script which is stalling on computers where no devices are detected. TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/10963054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158246 0039d316-1c4b-4281-b951-d872f2087c98
* Added reboot phone step to android testersilevy@chromium.org2012-08-171-9/+12
| | | | | | | | | | | - Does not break bot, but attempts to wait until phone boots - Minor fixes to adb_device_functions BUG=141899 Review URL: https://chromiumcodereview.appspot.com/10837180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152052 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding 148377 - [Android] Upstream additional changes from envsetup.yfriedman@chromium.org2012-07-271-0/+133
| | | | | | | | | | | Now requires you to specifically change the GYP_GENERATORS to specify Ninja. The original change broke because gyp ran for both make and ninja and the webkit bot determines whether to use ninja by the presence of build.ninja (thanks to Peter for figuring this out) BUG=137569,136693 Review URL: https://chromiumcodereview.appspot.com/10827073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148790 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 148377 - [Android] Upstream additional changes from envsetup.peter@chromium.org2012-07-271-133/+0
| | | | | | | | | | | | | | | | | | | | | | | This broke the Android WebKit bots as they switched to using Ninja, which should have been tested before this landed. --- Splits helper functions out of envsetup into envsetup_functions.sh. Also includes device helper functions in build/android/adb_device_functions.sh. Finally, some fixes to build/common.gypi that happened when cherry-picked down https://chromiumcodereview.appspot.com/10807019 BUG=137569,136693 Review URL: https://chromiumcodereview.appspot.com/10796104 TBR=yfriedman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10821066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148739 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Upstream additional changes from envsetup.yfriedman@chromium.org2012-07-251-0/+133
Splits helper functions out of envsetup into envsetup_functions.sh. Also includes device helper functions in build/android/adb_device_functions.sh. Finally, some fixes to build/common.gypi that happened when cherry-picked down https://chromiumcodereview.appspot.com/10807019 BUG=137569,136693 Review URL: https://chromiumcodereview.appspot.com/10796104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148377 0039d316-1c4b-4281-b951-d872f2087c98