Update sanitize property format am: 75720b6
am: f779f15fb5

* commit 'f779f15fb528f09e4e247341116bfc38957bd7cf':
  Update sanitize property format

Change-Id: I5f97a59657f95a2aa57c856736eb884b35ebd042
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: {