#!/bin/sh # Builds this project's phone client -- the fast half of the pair, so that # the two components finishing at visibly different times is the fixture's # own evidence that only one of them ran. # # Run from `two-clients/phone`, which is this component's `cwd`, so the # shared builder writes into `phone/app/build/outputs/apk/` and the APK is # reachable from this component's directory but not from the project root's # two-level patterns. set -eu ../../lib/build-apk.sh --package com.example.dutest.phone --label "Test Phone"