Add wrapped net utils to mainline_system.

For /vendor to access net utils.

Test: lunch mainline_arm64; m nothing
Bug: 80410283
Change-Id: I317ed0f70271af6304d71ed669e7d1b17b3e19c0
diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk
index 4b72749..362c29f 100644
--- a/target/product/mainline_system.mk
+++ b/target/product/mainline_system.mk
@@ -27,6 +27,10 @@
     update_engine \
     update_verifier \
 
+# Wrapped net utils for /vendor access.
+PRODUCT_PACKAGES += \
+    netutils-wrapper-1.0 \
+
 # system_other support
 PRODUCT_PACKAGES += \
     cppreopts.sh \