Add netutils-wrapper to generic system image

Bug: 63370530
Test: Build and check the files in system
Change-Id: I2b0f1e10dc5f09ac0fa39ee62df999a1de5e537f
This commit is contained in:
SzuWei Lin 2017-07-12 16:56:43 +08:00
parent 550381f515
commit 599fefae6b
1 changed files with 8 additions and 0 deletions

View File

@ -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