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