[go: nahoru, domu]

blob: a3db9d23a2681776f48f78985919e98f9750f4c3 [file] [log] [blame]
Sam Gilbert1006bf62021-01-12 11:31:25 -05001#!/bin/bash
2set -e
3
4echo "Starting $0 at $(date)"
5
6cd "$(dirname $0)"
7
Sam Gilbert95eebf82021-02-05 08:29:04 -05008impl/build.sh zipTestConfigsWithApks zipConstrainedTestConfigsWithApks \
Jeff Gastonf57d8fb2021-01-15 15:23:57 -05009 "$@"
Sam Gilbert1006bf62021-01-12 11:31:25 -050010
11echo "Completing $0 at $(date)"