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

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: rebase on top of CL 15270004 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
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

Powered by Google App Engine
This is Rietveld 408576698