sm6150-commone: Provide android.system.net.netd@1.1 on vendor for netmgrd
Following the previous commit, starting with Android S most HAL libraries are not included in VNDK anymore - they need to be explicitly pulled in to `/vendor` for odm blobs to be allowed to access them: linker : CANNOT LINK EXECUTABLE "/odm/bin/netmgrd": library "android.system.net.netd@1.1.so" not found: needed by main executable Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> Change-Id: Ide8adad466a61412a984a46d1562f8f2f6a62be3
This commit is contained in:
parent
4e1847ceca
commit
52e32c0ddd
@ -244,6 +244,9 @@ PRODUCT_COPY_FILES += \
|
||||
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml
|
||||
|
||||
# Network
|
||||
PRODUCT_PACKAGES += \
|
||||
android.system.net.netd@1.1.vendor
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user