blob: 611c6421098b28bc43b16710d261abd934b50958 [file] [log] [blame]
set -e
SCRIPT_PATH="$(cd $(dirname $0) && pwd)"
# Exclude lint tasks, as those are covered by the
# androidx-studio-integration-lint.sh script
$SCRIPT_PATH/impl/build-studio-and-androidx.sh \
-x lint \
-x lintDebug \
-x lintWithExpandProjectionDebug \
-x lintWithoutExpandProjectionDebug \
-x lintWithNullAwareTypeConverterDebug \
-x lintReportJvm \
-x verifyDependencyVersions \
listTaskOutputs \
bOS