Merge "Don't try to strip a shell script"

This commit is contained in:
Treehugger Robot 2017-08-10 05:42:46 +00:00 committed by Gerrit Code Review
commit ff7e13c260
1 changed files with 3 additions and 0 deletions

View File

@ -68,4 +68,7 @@ cc_prebuilt_binary {
srcs: ["logpersist"],
init_rc: ["logcatd.rc"],
symlinks: ["logpersist.stop", "logpersist.cat"],
strip: {
none: true,
}
}