diff options
-rw-r--r-- | build/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/Android.bp b/build/Android.bp index 0034af788d..d1026cad2f 100644 --- a/build/Android.bp +++ b/build/Android.bp @@ -165,6 +165,8 @@ art_global_defaults { "bionic_libc_platform_headers", ], strip: { + // Do not strip art libs when building for linux-bionic. + // Otherwise we can't get any symbols out of crashes. none: true, }, }, |