1This folder is intended for Sydney Files team to experiment constructing Jetpack Compose components 2for DocumentsUI. 3 4## Build and Install 5 6Use `brya` target as an example. 7 8```bash 9lunch brya-trunk_staging-eng 10m DocumentsUICompose 11adb install out/target/product/brya/system/priv-app/DocumentsUICompose/DocumentsUICompose.apk 12```