Sign in
android
/
platform
/
frameworks
/
support
/
307ff63a1008e99c4d3a6b5d226a42569bcbb840
/
.
/
busytown
/
androidx_device_tests.sh
blob: a3db9d23a2681776f48f78985919e98f9750f4c3 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
echo
"Starting $0 at $(date)"
cd
"$(dirname $0)"
impl
/
build
.
sh zipTestConfigsWithApks zipConstrainedTestConfigsWithApks \
"$@"
echo
"Completing $0 at $(date)"