| Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 18d ago | 1 | # The Jolt sources the boot image is compiled from. Named as a target so that |
| 2 | # editing a screen invalidates the image: the compile itself reads the tree |
| 3 | # through deps.edn paths rather than through these, but buck only reruns it |
| 4 | # when something here changes. |
| 5 | filegroup( |
| 6 | name = "jolt-sources", |
| 7 | srcs = glob(["src/**/*.jolt", "src/**/*.edn"]) + ["deps.edn"], |
| 8 | visibility = ["PUBLIC"], |
| 9 | ) |
| 10 | |
| 11 | alias( |
| 12 | name = "apk", |
| 13 | actual = "//android:apk", |
| 14 | visibility = ["PUBLIC"], |
| 15 | ) |