forked from openkylin/platform_build
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:
parent
550381f515
commit
599fefae6b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue