Sign in
android
/
platform
/
frameworks
/
support
/
884d22ecd6599f8f06e8ab28b76f23cd20735981
/
.
/
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)"