blob: eccdec88fa15f99048ea2406cc107da1cf3efd16 [file] [log] [blame]
Sam Gilbert774d8bd2021-05-04 16:47:04 +00001#!/bin/bash
2set -e
3
4echo "Starting $0 at $(date)"
5
6cd "$(dirname $0)"
7
8impl/build.sh buildTestApks \
9 -Pandroidx.dependentProjects \
10 "$@"
11
12echo "Completing $0 at $(date)"