Merge "Add netutils-wrapper to generic system image"
This commit is contained in:
commit
30bd2f7e41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue