blob: d1c6564e1cc35109a99e536220a1e1d095d5a55e [file] [log] [blame]
Jeff Gaston5097b4f2019-10-16 18:53:06 -04001#!/bin/bash
2set -e
3
Jeff Gaston4e288c12020-01-10 18:44:08 -05004cd $(dirname $0)
Jeff Gaston5097b4f2019-10-16 18:53:06 -04005
Jeff Gaston4e288c12020-01-10 18:44:08 -05006./build.sh --no-daemon test jacocoTestReport zipEcFiles --info --offline -Pandroidx.enableAffectedModuleDetection
Owen Gray33b89662020-01-15 14:43:29 +00007
8python3 ./merge_outputs.py mergeExecutionData mergeSourceJars DIST_DIR="$DIST_DIR"