platform_bionic/tools/Android.bp
Elliott Hughes 291f98a66d Switch to the more common idiom for scripts in genrules.
Bug: http://b/198619163
Test: treehugger
Change-Id: I8a6e9e179aef45e1b0622a2e15f80f92041f9736
2022-06-30 23:35:11 +00:00

21 lines
395 B
Text

package {
default_applicable_licenses: ["bionic_tools_license"],
}
license {
name: "bionic_tools_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
],
license_text: [
"NOTICE",
],
}
subdirs = ["*"]
python_binary_host {
name: "generate-version-script",
srcs: ["generate-version-script.py"],
}