summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2015-03-05 15:33:45 -0800
committerMaurice Lam <yukl@google.com>2015-03-06 14:45:53 -0800
commit9efb326306d53469b6ce9fa0088d8b6cd7ad1db5 (patch)
tree2f035a7dc6f3a40a734a6f775a51202b1c725df5 /tools
parentf4fea9000bafa91421b7f006b2ef58ece0d1bf24 (diff)
downloadandroid_frameworks_opt_setupwizard-9efb326306d53469b6ce9fa0088d8b6cd7ad1db5.tar.gz
android_frameworks_opt_setupwizard-9efb326306d53469b6ce9fa0088d8b6cd7ad1db5.tar.bz2
android_frameworks_opt_setupwizard-9efb326306d53469b6ce9fa0088d8b6cd7ad1db5.zip
[SetupWizardLib] Configure build server
Implement the build script for build server, which is just a simple call to gradle for now. Change-Id: I9b764365f9735434b4a3ab8870f67c7282249d9e
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build_for_build_server.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/build_for_build_server.sh b/tools/build_for_build_server.sh
new file mode 100755
index 0000000..14b5a3b
--- /dev/null
+++ b/tools/build_for_build_server.sh
@@ -0,0 +1,9 @@
+#! /bin/bash
+
+export TARGET_PRODUCT="full"
+export TARGET_BUILD_VARIANT="userdebug"
+export TARGET_BUILD_DENSITY="alldpi"
+export TARGET_BUILD_TYPE="release"
+export TARGET_BUILD_APPS="setup-wizard-lib"
+
+./gradlew