Fix bpmodify Android.bp definition am: c2753f9bfa
Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/2173002 Change-Id: I214664bde324d9cc791cfbb656ce6dc8475b8da2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4f5ffbf432
1 changed files with 5 additions and 1 deletions
|
@ -184,8 +184,12 @@ blueprint_go_binary {
|
|||
|
||||
blueprint_go_binary {
|
||||
name: "bpmodify",
|
||||
deps: ["blueprint-parser"],
|
||||
deps: [
|
||||
"blueprint-parser",
|
||||
"blueprint-proptools",
|
||||
],
|
||||
srcs: ["bpmodify/bpmodify.go"],
|
||||
testSrcs: ["bpmodify/bpmodify_test.go"],
|
||||
}
|
||||
|
||||
blueprint_go_binary {
|
||||
|
|
Loading…
Reference in a new issue