aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-05-03 21:20:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-05-03 21:20:43 +0000
commit0f93237db72d2d6d3fc3c491fd9f8641ad255d50 (patch)
tree8ac3a9f97fb884cc2aa82ec4ca4104dc91cfb669
parent2ab69ccf10770b398b22af722f6e4f8443d0e48c (diff)
parent37f3632806eb751456849f31e6af8630975e7c7a (diff)
downloadbionic-ndk-r12-release.tar.gz
Merge "Update strip property format"ndk-r12bndk-r12-beta2ndk-r12-release
-rw-r--r--libc/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/Android.bp b/libc/Android.bp
index 5c79bb7a5..416b1e5a7 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1683,7 +1683,9 @@ cc_library {
// Leave the symbols in the shared library so that stack unwinders can produce
// meaningful name resolution.
- strip: "keep_symbols",
+ strip: {
+ keep_symbols: true,
+ },
// WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries,
// make sure to add -Wl,--exclude-libs=libgcc.a to the LOCAL_LDFLAGS for those libraries. This