Add python Soong modules for logtags
Bug: 336189540 Test: m out/soong/.intermediates/all-event-log-tags.txt Test: m out/target/common/obj/all-event-log-tags Change-Id: Iae336a05bb2f27564b0bf8d4ea3753a30be89e90
This commit is contained in:
parent
836b9e1ba9
commit
f441f7d8fd
1 changed files with 8 additions and 0 deletions
|
@ -115,3 +115,11 @@ python_binary_host {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
python_binary_host {
|
||||||
|
name: "merge-event-log-tags",
|
||||||
|
srcs: [
|
||||||
|
"event_log_tags.py",
|
||||||
|
"merge-event-log-tags.py",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue