summaryrefslogtreecommitdiffstats
path: root/build/android/envsetup.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add ${ANDROID_TOOLCHAIN} to $PATH to assist ninja.jrg@chromium.org2012-05-151-6/+8
| | | | | | | | | | | | Also minor upstreaming command movement. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10382177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137243 0039d316-1c4b-4281-b951-d872f2087c98
* Android content shell bringup.jrg@chromium.org2012-05-101-0/+8
| | | | | | | | | | | | | | | | | | Build media java files (we weren't). Fix adb_install_content_shell for cases where the app was stuck. Add upstream staging gyp var / #define. Be more consistent about jar output files (all in lib.java). Upstream a bunch of random files (e.g. ppapi). Upstream a bunch of java and native code hit as part of shlib init. Properly package jar files in content shell. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10377059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136219 0039d316-1c4b-4281-b951-d872f2087c98
* Let android_gyp pass extra parameters to gypwangxianzhu@chromium.org2012-05-071-1/+1
| | | | | | | | | | | | | | | This is useful for example android_gyp --help or android_gyp --format=dump_dependency_json (to generate a dependency graph). BUG=none TEST=Run android_gyp --help Review URL: https://chromiumcodereview.appspot.com/10381043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135746 0039d316-1c4b-4281-b951-d872f2087c98
* This patch is to enable x86 android build.james.wei@intel.com2012-05-031-22/+20
| | | | | | | | | | | | | | | | | | | patch includes two parts: 1. gyp files modification to include x86 android build. 2. add android config files for yasm which is copied from linux ones. enable android x86 build This patch is cloned from the issue #10198027 for ownership issue. https://chromiumcodereview.appspot.com/10198027/ BUG=125160 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=135087 Review URL: http://codereview.chromium.org/10271039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135110 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 135087 - This patch is to enable x86 android build.rsleevi@chromium.org2012-05-031-20/+22
| | | | | | | | | | | | | | | | | | | | patch includes two parts: 1. gyp files modification to include x86 android build. 2. add android config files for yasm which is copied from linux ones. enable android x86 build This patch is cloned from the issue #10198027 for ownership issue. https://chromiumcodereview.appspot.com/10198027/ BUG=125160 TEST= Review URL: http://codereview.chromium.org/10271039 TBR=james.wei@intel.com Review URL: https://chromiumcodereview.appspot.com/10331008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135095 0039d316-1c4b-4281-b951-d872f2087c98
* This patch is to enable x86 android build.james.wei@intel.com2012-05-031-22/+20
| | | | | | | | | | | | | | | | | patch includes two parts: 1. gyp files modification to include x86 android build. 2. add android config files for yasm which is copied from linux ones. enable android x86 build This patch is cloned from the issue #10198027 for ownership issue. https://chromiumcodereview.appspot.com/10198027/ BUG=125160 TEST= Review URL: http://codereview.chromium.org/10271039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135087 0039d316-1c4b-4281-b951-d872f2087c98
* Package and load native library in content shell. Add content shell util ↵jrg@chromium.org2012-04-261-0/+4
| | | | | | | | | | | | scripts. BUG=None TEST= Review URL: http://codereview.chromium.org/10223007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134030 0039d316-1c4b-4281-b951-d872f2087c98
* apk-based test runner work for android. 2 unit test bundles converted over ↵jrg@chromium.org2012-04-191-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | (ipc, base). OFF by default; enable with a gyp var. E.g. GYP_DEFINES="$GYP_DEFINES gtest_target_type=shared_library" android_gyp Some useful commands: adb uninstall org.chromium.native_test adb install -r out/Release/base_unittests_apk/ChromeNativeTests-debug.apk adb shell am start -n org.chromium.native_test/org.chromium.native_test.ChromeNativeTestActivity For the moment, all apks can be built simultaneously but use the same activity name. Thus you cannot have more than one installed at the same time. BUG=None TEST= Review URL: http://codereview.chromium.org/10051021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133053 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - ↵rsleevi@chromium.org2012-03-241-5/+2
| | | | | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@128685 0039d316-1c4b-4281-b951-d872f2087c98
* apk-based test runner work. Not enabled yet. This CL is a combination of ↵jrg@chromium.org2012-03-241-2/+5
| | | | | | | | | | | | upstreaming, ndk/ant-ification, and other tweaks. BUG=None TEST= Review URL: http://codereview.chromium.org/9834037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128679 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome on Android: fix cross-compilation setup.bulach@chromium.org2012-03-201-11/+12
| | | | | | | | | | | | | | | | This patch removes the need of exporting / setting CROSS_C* variables when calling make for android. Instead, set them at Makefile generation time so that gyp will set the right compilers when calling android_gyp. This also allows goma builds. BUG= TEST=builds for android. Review URL: http://codereview.chromium.org/9693042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127667 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream Android's PathUtils implementation.peter@chromium.org2012-03-141-0/+2
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/9443018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126624 0039d316-1c4b-4281-b951-d872f2087c98
* Add install script for ant/java for Android and rename sdk install script.navabi@google.com2012-03-071-2/+2
| | | | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@125297 0039d316-1c4b-4281-b951-d872f2087c98
* Use goma for android builds.jrg@chromium.org2012-03-021-22/+0
| | | | | | | | | BUG=None TEST= Review URL: https://chromiumcodereview.appspot.com/9570042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124565 0039d316-1c4b-4281-b951-d872f2087c98
* Use 'readlink -f .' instead of 'pwd' when setting CHROME_SRCwangxianzhu@chromium.org2012-02-141-2/+2
| | | | | | | | | | | | | Some python script (e.g. tools/grit/grit/node/misc.py) assumes that there is no symblic link in the path of CHROME_SRC. BUG= TEST= Review URL: http://codereview.chromium.org/9350052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121788 0039d316-1c4b-4281-b951-d872f2087c98
* Always enable the ARMv7 architecture for Android buildspeter@chromium.org2012-01-061-2/+2
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/9111018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116662 0039d316-1c4b-4281-b951-d872f2087c98
* Android 'all' (and All) changes.jrg@chromium.org2011-11-281-0/+3
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8677021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111802 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure that WebKit can use envsetup.shpeter@chromium.org2011-11-181-1/+6
| | | | | | | | | | | | | Right now Android's envsetup.sh requires the chdir to be in Chromium's src directory, whereas this will be different for WebKit. Furthermore, disabling build_ffmpegsumo will resolve a gyp error in ffmpeg.gyp. BUG= TEST= Review URL: http://codereview.chromium.org/8523029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110697 0039d316-1c4b-4281-b951-d872f2087c98
* Add Android SDK to system pathmichaelbai@google.com2011-10-251-2/+13
| | | | | | | | | | | As the requirement of third_party/android/testrunner, the Android SDK needs in the system path. BUG= TEST= Review URL: http://codereview.chromium.org/8380026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107130 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream: Set build target and evnvironment for Androidmichaelbai@google.com2011-09-261-0/+136
BUG= TEST= Review URL: http://codereview.chromium.org/8008026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102807 0039d316-1c4b-4281-b951-d872f2087c98