Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1cf0f5f authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Don't try to strip a shell script

Test: lunch aosp_mips-eng; mmma system/core/logcat
Change-Id: I4e641701522fb5b042d52e460d40b42ed12f22c8
parent 5d89e6c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -68,4 +68,7 @@ cc_prebuilt_binary {
    srcs: ["logpersist"],
    init_rc: ["logcatd.rc"],
    symlinks: ["logpersist.stop", "logpersist.cat"],
    strip: {
        none: true,
    }
}