blob: 27a21797a9caa9d558f69a29dfb46925e208b099 [file] [log] [blame]
Aurimas Liutikase98778c2020-03-16 16:29:07 -07001set -e
Jeff Gaston22f42482021-08-04 14:10:42 -04002SCRIPT_PATH="$(cd $(dirname $0) && pwd)"
Aurimas Liutikase98778c2020-03-16 16:29:07 -07003
Tiem Song0c9956f2021-10-19 10:24:35 -07004# Exclude lint tasks, as those are covered by the
Tiem Songec2a0b82021-10-12 15:22:39 -07005# androidx-studio-integration-lint.sh script
Tiem Song5f2fba92021-10-18 15:59:04 -07006$SCRIPT_PATH/impl/build-studio-and-androidx.sh \
7 -Pandroidx.allWarningsAsErrors \
8 -Pandroidx.verifyUpToDate \
Tiem Song0c9956f2021-10-19 10:24:35 -07009 -x lint \
Tiem Song5f2fba92021-10-18 15:59:04 -070010 -x lintDebug \
11 -x lintReport \
12 -x verifyDependencyVersions \
13 listTaskOutputs \
14 bOS \
15 --stacktrace