blob: 5084b284a0de61a3202b995d2d66bdad7cbc8353 [file] [log] [blame]
#!/bin/bash
set -e
SCRIPT_PATH="$(cd $(dirname $0) && pwd)"
# Use this flag to temporarily disable `checkApi`
# while landing Metalava w/ breaking API changes
DURING_METALAVA_UPDATE=true
if [ ! $DURING_METALAVA_UPDATE ]
then
$SCRIPT_PATH/impl/build-metalava-and-androidx.sh \
listTaskOutputs \
checkApi
fi