Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
ch.dumez@sisa.samsung.com 4826cc5cee install-build-deps-android.sh complains about missing ant-1.8
install-build-deps-android.sh complains about missing ant-1.8 on Ubuntu
13.04. The package is simply called "ant" since Ubuntu 12.04. The script
is checking for Ubuntu 12.x but fails to identify 13.x. This patch fixes
the script so that "ant" package is installed on Ubuntu >= 12.x, instead
of "ant-1.8".

Review URL: https://chromiumcodereview.appspot.com/23426002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@220169 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-29 03:09:45 +00:00
sivachandra@chromium.org 1476e74991 [Android] Install required 32-bit libs via install-build-deps-android.sh.
BUG=178363
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/22623006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@216821 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-10 07:29:09 +00:00
yfriedman@chromium.org d2893ebb57 [Android] Also install lighttpd.
It used to be manually listed in the new engineer setup guide. Removing
it from there and adding here.

NOTRY=true


Review URL: https://chromiumcodereview.appspot.com/11777031

git-svn-id: http://src.chromium.org/svn/trunk/src/build@175960 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-10 01:07:21 +00:00
gregsimon@chromium.org 8aa855237f Fix android build deps to work on ubuntu 12.04+
BUG=


Review URL: https://chromiumcodereview.appspot.com/10963014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@158902 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-26 21:47:07 +00:00
ilevy@chromium.org 32e0a148c7 Add xvfb dep since we use it in run_tests.sh
- and minor cleanup to script

BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10660003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@143749 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-22 23:58:58 +00:00
peter@chromium.org dab9264801 Require Apache Ant 1.8 for Android builds
The Android build system required version 1.8 or later, whereas the default
version installed by apt-get is 1.7.1. Explicitly include the version number.

BUG=
TEST=Running "ant -v" should output the correct version.


Review URL: http://codereview.chromium.org/9837108

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129691 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-29 21:17:28 +00:00
rsleevi@chromium.org 962d5c4564 Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128680 in GYP phse, this is the only change that touched GYP files.
apk-based test runner work.  Not enabled yet.  This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks.


BUG=None
TEST=


Review URL: http://codereview.chromium.org/9834037

TBR=jrg@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9852004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128685 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 04:44:41 +00:00
jrg@chromium.org d168ae37cd apk-based test runner work. Not enabled yet. This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks.
BUG=None
TEST=


Review URL: http://codereview.chromium.org/9834037

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128679 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 03:57:36 +00:00
navabi@google.com f667983f02 Modify install script for java/ant based on trying on first upstream bot.
Upstream bots had errors installing from debian packages.  I changed to download
and install the same packages with sudo apt-get.  Tested locally and on the
upstream bot, and it seems to work.  Need to test on "fresh" bot with no java
or ant already installed.

BUG=http://code.google.com/p/chromium/issues/detail?id=117023

TEST=


Review URL: http://codereview.chromium.org/9655010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@126604 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-14 07:23:30 +00:00
navabi@google.com 4973b55eb9 Add install script for ant/java for Android and rename sdk install script.
As we upstream Java source code, the upstream bots and developers need to hava
java and ant.  Ant is used to build the java source code.  Installing ant/java
requires sudo privileges which installation of sdk/ndk does not require.  The
patch moves the install script for sdk/ndk to install-build-deps-android-sdk.sh.
The new install script for ant/java is called install-ubild-deps-android.sh and
will prompt the user for sudo password.

BUG=http://code.google.com/p/chromium/issues/detail?id=117023
TEST=


Review URL: http://codereview.chromium.org/9605020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@125297 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-07 02:22:18 +00:00
jrg@chromium.org 8dc4c35c48 Android build: 64-bit linker issues.
Fix install-build-deps-android.sh so it can be re-run cheaply.
Update install-build-deps-android.sh so it installs the 64-bit linker.
Run install-build-deps-android.sh each build on the FYI bot.
Move content_unittests to experimental so the FYI builder hits it.

BUG=None
TEST=


Review URL: http://codereview.chromium.org/9401029

git-svn-id: http://src.chromium.org/svn/trunk/src/build@122665 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-18 01:58:43 +00:00
michaelbai@chromium.org 88ccdfa785 Install Android SDK4.0
Install Android SDK 4.0 r16.

The Android SDK directory should be set to android-sdk-linux afterwards

BUG=
TEST=all available tests passed


Review URL: http://codereview.chromium.org/8963008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@115170 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-20 20:11:37 +00:00
michaelbai@chromium.org acd5a1a143 Install Android NDK r7
BUG=
TEST=


Review URL: http://codereview.chromium.org/8568012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@110224 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-16 00:52:28 +00:00
jrg@chromium.org 3b10ae4994 Update android install build deps for virgin run.
BUG=
TEST=


Review URL: http://codereview.chromium.org/8438010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108194 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-01 23:25:47 +00:00
michaelbai@google.com 38090d7233 Upstream: The script to install Android SDK, NDK.
BUG=
TEST=

Review URL: http://codereview.chromium.org/8144012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@104325 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-06 18:19:30 +00:00