Update sanitize property format
am: 75720b6

* commit '75720b6995ce3c96222ee78ba58cd573f95f8cde':
  Update sanitize property format

Change-Id: I1d9dbf15cba494cf75797558d32a7eab100905a6
diff --git a/Android.bp b/Android.bp
index 39fec89..1c89df4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,7 +50,9 @@
     local_include_dirs: LIBUNWIND_LOCAL_INCLUDES,
     cppflags: LIBUNWIND_CPPFLAGS,
     stl: "none",
-    sanitize: ["never"],
+    sanitize: {
+        never: true,
+    },
     enabled: false,
     arch: {
         arm: {