commit | 291f98a66d6649f310b1984070909478068e82ca | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jun 30 23:35:11 2022 +0000 |
committer | Elliott Hughes <enh@google.com> | Thu Jun 30 23:35:11 2022 +0000 |
tree | a5b02fd3d162745f180cf5120124b16df8b66208 | |
parent | a8cb33ff0733823e327ddcb609165e4431e20e72 [diff] [blame] |
Switch to the more common idiom for scripts in genrules. Bug: http://b/198619163 Test: treehugger Change-Id: I8a6e9e179aef45e1b0622a2e15f80f92041f9736
diff --git a/tools/Android.bp b/tools/Android.bp index dcd2a7d..d3ca28a 100644 --- a/tools/Android.bp +++ b/tools/Android.bp
@@ -15,7 +15,7 @@ subdirs = ["*"] -filegroup { - name: "bionic-generate-version-script", +python_binary_host { + name: "generate-version-script", srcs: ["generate-version-script.py"], }