summaryrefslogtreecommitdiff
path: root/tools/build_for_build_server.sh
blob: 7a8c9420018143c9468cb46b623188ed4bd3febe (plain)
1
2
3
4
5
6
7
8
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 buildProjectFull test coverage