Sign in
android
/
platform
/
frameworks
/
support
/
HEAD
/
.
/
busytown
/
androidx_snapshot.sh
blob: 66640c68130c276f3cbd839027acbdac31a37a67 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
echo
"Starting $0 at $(date)"
cd
"$(dirname $0)"
SNAPSHOT
=
true impl
/
build
.
sh \
createAllArchives \
-
Pandroidx
.
enableAffectedModuleDetection
=
false \
"$@"
echo
"Completing $0 at $(date)"