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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/compile.py » ('j') | scripts/slave/compile.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/android/with_lunch
diff --git a/scripts/slave/android/with_lunch b/scripts/slave/android/with_lunch
new file mode 100755
index 0000000000000000000000000000000000000000..ce6d72d38ec72c15ded6e3fa38574ddeb81c2872
--- /dev/null
+++ b/scripts/slave/android/with_lunch
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+ANDROID_ROOT=$1
+PLATFORM=$2
+shift 2
+
+pushd ${ANDROID_ROOT}
+. ${ANDROID_ROOT}/build/envsetup.sh
+lunch ${PLATFORM}
+popd
+$@
« 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