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