Aurimas Liutikas | e98778c | 2020-03-16 16:29:07 -0700 | [diff] [blame] | 1 | set -e |
Jeff Gaston | 22f4248 | 2021-08-04 14:10:42 -0400 | [diff] [blame] | 2 | SCRIPT_PATH="$(cd $(dirname $0) && pwd)" |
Aurimas Liutikas | e98778c | 2020-03-16 16:29:07 -0700 | [diff] [blame] | 3 | |
Tiem Song | 0c9956f | 2021-10-19 10:24:35 -0700 | [diff] [blame] | 4 | # Exclude lint tasks, as those are covered by the |
Tiem Song | ec2a0b8 | 2021-10-12 15:22:39 -0700 | [diff] [blame] | 5 | # androidx-studio-integration-lint.sh script |
Tiem Song | 5f2fba9 | 2021-10-18 15:59:04 -0700 | [diff] [blame] | 6 | $SCRIPT_PATH/impl/build-studio-and-androidx.sh \ |
Tiem Song | 0c9956f | 2021-10-19 10:24:35 -0700 | [diff] [blame] | 7 | -x lint \ |
Tiem Song | 5f2fba9 | 2021-10-18 15:59:04 -0700 | [diff] [blame] | 8 | -x lintDebug \ |
Jeff Gaston | dee8fa2 | 2022-09-21 14:55:44 -0400 | [diff] [blame] | 9 | -x lintWithExpandProjectionDebug \ |
| 10 | -x lintWithoutExpandProjectionDebug \ |
Fred Sladkey | b6a4591 | 2022-09-22 14:03:13 -0400 | [diff] [blame] | 11 | -x lintWithNullAwareTypeConverterDebug \ |
Scott Pollom | 43339f2 | 2023-06-07 14:55:30 +0000 | [diff] [blame] | 12 | -x lintReportJvm \ |
Tiem Song | 5f2fba9 | 2021-10-18 15:59:04 -0700 | [diff] [blame] | 13 | -x verifyDependencyVersions \ |
| 14 | listTaskOutputs \ |
Aurimas Liutikas | 41c58e0 | 2022-06-09 08:54:18 -0700 | [diff] [blame] | 15 | bOS |