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

am: ff7e13c260

Change-Id: I187a638711076f9c04b84980b74cebccc259aa51
This commit is contained in:
Dan Willemsen 2017-08-10 05:46:55 +00:00 committed by android-build-merger
commit 3efedfae39

View file

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