commit | 542e393976e4875e11b6e291191fbb77941bb524 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Mon Dec 09 19:54:18 2019 -0800 |
committer | Calin Juravle <calin@google.com> | Tue Dec 10 18:15:12 2019 +0000 |
tree | 7f125e5ba949934739606bed540fa0c66a9f8549 | |
parent | 46845f6337f6036d9e09a4e84f099d768e9faba9 [diff] |
Do not strip art libs when building for linux-bionic Otherwise we can't get any symbols out of crashes... Test: m Bug: 144491400 Change-Id: I7523a05b081ae776e7465a7e726f71e9fd2dc609
diff --git a/build/Android.bp b/build/Android.bp index d686f34..0034af7 100644 --- a/build/Android.bp +++ b/build/Android.bp
@@ -164,6 +164,9 @@ // platform specific Bionic header. "bionic_libc_platform_headers", ], + strip: { + none: true, + }, }, darwin: { enabled: false,