Merge "Change logpersist.start to sh_binary"
This commit is contained in:
commit
d0accefc05
1 changed files with 2 additions and 5 deletions
|
|
@ -50,16 +50,13 @@ cc_binary {
|
|||
],
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
sh_binary {
|
||||
name: "logpersist.start",
|
||||
srcs: ["logpersist"],
|
||||
src: "logpersist",
|
||||
init_rc: ["logcatd.rc"],
|
||||
required: ["logcatd"],
|
||||
symlinks: [
|
||||
"logpersist.stop",
|
||||
"logpersist.cat",
|
||||
],
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue