blob: 7f9356df085bf6a0476f4594c1b5cbe849b4e4cb [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
METALAVA_INTEGRATION_ENFORCED=false
if $METALAVA_INTEGRATION_ENFORCED
then
$SCRIPT_PATH/impl/build-metalava-and-androidx.sh \
listTaskOutputs \
checkApi
fi