Merge "Change logpersist.start to sh_binary"

This commit is contained in:
Colin Cross 2019-10-07 17:47:45 +00:00 committed by Gerrit Code Review
commit d0accefc05

View file

@ -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,
},
}