Enable Async MTE in iptables.

This change enables Async mode ARM MTE in iptables on compatible
hardware and has no effect otherwise.

Bug: 181603044
Test: atest under system/netd/tests
Change-Id: I6916462c36f34332fc14c140be619d946c22d1f5
Merged-In: I6916462c36f34332fc14c140be619d946c22d1f5
(cherry picked from commit bfcaf7b8d786e69539b51156782ffa42379f1e68)
diff --git a/iptables/Android.bp b/iptables/Android.bp
index 2276702..7a23995 100644
--- a/iptables/Android.bp
+++ b/iptables/Android.bp
@@ -78,6 +78,10 @@
         "ip6tables-save",
         "ip6tables-restore",
     ],
+
+    sanitize: {
+        memtag_heap: true,
+    },
 }
 
 //----------------------------------------------------------------