Add wrapped net utils to mainline_system.
For /vendor to access net utils. Test: lunch mainline_arm64; m nothing Bug: 80410283 Change-Id: I317ed0f70271af6304d71ed669e7d1b17b3e19c0
This commit is contained in:
parent
60be6ae961
commit
2df4bce8b8
|
@ -27,6 +27,10 @@ PRODUCT_PACKAGES += \
|
|||
update_engine \
|
||||
update_verifier \
|
||||
|
||||
# Wrapped net utils for /vendor access.
|
||||
PRODUCT_PACKAGES += \
|
||||
netutils-wrapper-1.0 \
|
||||
|
||||
# system_other support
|
||||
PRODUCT_PACKAGES += \
|
||||
cppreopts.sh \
|
||||
|
|
Loading…
Reference in New Issue