commit | 8b679580162f1110d2b9ea8a29b85588356fa23a | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Aug 10 05:52:01 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Aug 10 05:52:01 2017 +0000 |
tree | 4ed194f5284d737749090724d60224d064bf495f | |
parent | 3af1e0b7114c2a4a06985642dd19310954c8c5a2 [diff] | |
parent | 0ed8c281f55ef11c4f6e02bc7dc3d756c0994383 [diff] |
Merge "Don't try to strip a shell script" am: ff7e13c260 am: 3efedfae39 am: 94e8bf2da0 Change-Id: I914a88c318acd71e039b8afbab1fa5fcb4189361
diff --git a/logcat/Android.bp b/logcat/Android.bp index a332667..729c8ff 100644 --- a/logcat/Android.bp +++ b/logcat/Android.bp
@@ -68,4 +68,7 @@ srcs: ["logpersist"], init_rc: ["logcatd.rc"], symlinks: ["logpersist.stop", "logpersist.cat"], + strip: { + none: true, + } }