Change logpersist.start to sh_binary

This is a script, should be sh_binary

Test: m -j logpersist.start, check symlinks
Change-Id: I724abab898285c308291091ea8c76f5b93e4aaa5
This commit is contained in:
Rashed Abdel-Tawab 2019-10-04 20:42:39 -07:00
parent 58ae8d4780
commit a726e460aa
No known key found for this signature in database
GPG Key ID: 87867AAE006CB094
1 changed files with 2 additions and 5 deletions

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