From 599fefae6b69a75bb06985ceaa289ed6882ede89 Mon Sep 17 00:00:00 2001 From: SzuWei Lin Date: Wed, 12 Jul 2017 16:56:43 +0800 Subject: [PATCH] Add netutils-wrapper to generic system image Bug: 63370530 Test: Build and check the files in system Change-Id: I2b0f1e10dc5f09ac0fa39ee62df999a1de5e537f --- target/product/treble_common.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/target/product/treble_common.mk b/target/product/treble_common.mk index a4bcad6bf..e7aeb3254 100644 --- a/target/product/treble_common.mk +++ b/target/product/treble_common.mk @@ -205,3 +205,11 @@ PRODUCT_COPY_FILES += \ # audio.a2dp.default to support A2DP if board has the capability. PRODUCT_PACKAGES += \ audio.a2dp.default + +# Net: +# Vendors can use the platform-provided network configuration utilities (ip, +# iptable, etc.) to configure the Linux networking stack, but these utilities +# do not yet include a HIDL interface wrapper. This is a solution on +# Android O. +PRODUCT_PACKAGES += \ + netutils-wrapper-1.0