From 9efb326306d53469b6ce9fa0088d8b6cd7ad1db5 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Thu, 5 Mar 2015 15:33:45 -0800 Subject: [SetupWizardLib] Configure build server Implement the build script for build server, which is just a simple call to gradle for now. Change-Id: I9b764365f9735434b4a3ab8870f67c7282249d9e --- tools/build_for_build_server.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tools/build_for_build_server.sh (limited to 'tools') 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 -- cgit v1.2.3