Merge "Add netutils-wrapper to generic system image"

This commit is contained in:
TreeHugger Robot 2017-07-18 02:45:58 +00:00 committed by Android (Google) Code Review
commit 30bd2f7e41
1 changed files with 8 additions and 0 deletions

View File

@ -206,3 +206,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