Disable HWASan for vmbase_example_elf.

This broke the HWASan build.

Bug: 236026415
Change-Id: I2b9ebfd55df761229f728051c4c67eb0f798d726
diff --git a/vmbase/example/Android.bp b/vmbase/example/Android.bp
index 0acef2b..a0d84b4 100644
--- a/vmbase/example/Android.bp
+++ b/vmbase/example/Android.bp
@@ -47,6 +47,9 @@
             enabled: true,
         },
     },
+    sanitize: {
+        hwaddress: false,
+    },
     apex_available: ["com.android.virt"],
 }