| Cross-compile for Android, with an NDK nobody has to install | 1 | # The pins, as artifacts. |
| 2 | # | |
| 3 | # A manifest that a *build action* resolves has to be an input to it, so that | |
| 4 | # bumping the version it names invalidates what was built with the old one. | |
| 5 | # See toolchains/ndk.sh, which is handed this file and a DotSlash to read it | |
| 6 | # with. | |
| 7 | export_file( | |
| 8 | name = "android-ndk.dotslash", | |
| 9 | mode = "reference", | |
| 10 | visibility = ["PUBLIC"], | |
| 11 | ) |