Merge "Enable libasan for x86_64" am: 754fd3d334
am: af2961bb13

Change-Id: I240b4317704d228ccbd22aec93cd4071c6afcfec
diff --git a/Android.bp b/Android.bp
index d88e736..ccf2cb2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -439,6 +439,9 @@
         android_x86: {
             enabled: true,
         },
+        android_x86_64: {
+            enabled: true,
+        },
         linux_glibc: {
             enabled: true,
         },