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