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