Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Side by Side Diff: scripts/slave/android/with_lunch

Issue 14602020: Add an AOSP builder recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | scripts/slave/compile.py » ('j') | scripts/slave/compile.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2
3 ANDROID_ROOT=$1
4 PLATFORM=$2
5 shift 2
6
7 pushd ${ANDROID_ROOT}
8 . ${ANDROID_ROOT}/build/envsetup.sh
9 lunch ${PLATFORM}
10 popd
11 $@
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/compile.py » ('j') | scripts/slave/compile.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698