1set -e
2SCRIPT_PATH="$(cd $(dirname $0) && pwd)"
3
4# Exclude lint tasks, as those are covered by the
5# androidx-studio-integration-lint.sh script
6$SCRIPT_PATH/impl/build-studio-and-androidx.sh \
7  -x lint \
8  -x lintDebug \
9  -x lintWithExpandProjectionDebug \
10  -x lintWithoutExpandProjectionDebug \
11  -x lintWithNullAwareTypeConverterDebug \
12  -x lintReportJvm \
13  -x verifyDependencyVersions \
14  listTaskOutputs \
15  bOS
16