From 37f3632806eb751456849f31e6af8630975e7c7a Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 25 Apr 2016 14:09:13 -0700 Subject: Update strip property format Change-Id: Ic95655d25753b2c0f056a5660d42f582f90abe74 --- libc/Android.bp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3