Remove misleading comment.
Bug: N/A Test: N/A Change-Id: Ie93d9d0abb13bf204c62f6951d3a7bae650f8e08
This commit is contained in:
parent
90a018a87a
commit
a366494fc3
1 changed files with 1 additions and 4 deletions
|
|
@ -41,14 +41,11 @@ cc_binary {
|
|||
defaults: ["logwrapper_common"],
|
||||
}
|
||||
|
||||
// Build vendor logwrapper.
|
||||
// TODO: Add vendor_available to "logwrapper" module and remove "logwrapper_vendor" module
|
||||
// when vendor_available is fully supported.
|
||||
cc_binary {
|
||||
name: "logwrapper_vendor",
|
||||
defaults: ["logwrapper_common"],
|
||||
stem: "logwrapper",
|
||||
vendor: true,
|
||||
defaults: ["logwrapper_common"],
|
||||
}
|
||||
|
||||
// ========================================================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue