Merge "Don't try to strip a shell script"
This commit is contained in:
commit
ff7e13c260
|
@ -68,4 +68,7 @@ cc_prebuilt_binary {
|
|||
srcs: ["logpersist"],
|
||||
init_rc: ["logcatd.rc"],
|
||||
symlinks: ["logpersist.stop", "logpersist.cat"],
|
||||
strip: {
|
||||
none: true,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue