Update strip property format
Change-Id: Ic95655d25753b2c0f056a5660d42f582f90abe74
diff --git a/libc/Android.bp b/libc/Android.bp
index 5c79bb7..416b1e5 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1683,7 +1683,9 @@
// 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