Copy the 464xlat vendor property to an AOSP property.

Test: manual
Bug: 182333299
Change-Id: I88d570911d4afd0c4123ca7f50c6e7cf3b40b42b
diff --git a/Android.bp b/Android.bp
index ac24a00..4ab797f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -63,6 +63,10 @@
     tidy_flags: [
         "-warnings-as-errors=clang-analyzer-security*,cert-*,android-*",
     ],
+    // Actually not required for clatd itself. See comments in the rc file.
+    init_rc: [
+        "vendor-464xlat.rc",
+    ],
 }
 
 // Unit tests.