Merge "Revert "ART: Disable sanitization for sigchainlib""
diff --git a/sigchainlib/Android.bp b/sigchainlib/Android.bp
index 1d5ec2b..5f055ec 100644
--- a/sigchainlib/Android.bp
+++ b/sigchainlib/Android.bp
@@ -37,12 +37,6 @@
             whole_static_libs: ["libasync_safe"],
         },
     },
-    // Sigchainlib is whole-statically linked into binaries. For Android.mk-based binaries,
-    // this will drag ASAN symbols into the binary, even for modules using LOCAL_SANITIZE := never.
-    // So disable sanitization for now. b/38456126
-    sanitize: {
-        never: true,
-    },
 }
 
 // Create a dummy version of libsigchain which expose the necessary symbols