Add libandroid_net to the llndk.
Bug: 37527489 Test: marlin-eng builds Change-Id: I562920373675552267ba201c07f4c9884f10d77a
This commit is contained in:
@@ -192,7 +192,7 @@ func VndkLibraries() []string {
|
|||||||
// [vendor]
|
// [vendor]
|
||||||
// namespace.default.link.system.shared_libs
|
// namespace.default.link.system.shared_libs
|
||||||
func LLndkLibraries() []string {
|
func LLndkLibraries() []string {
|
||||||
return []string{"libc", "libm", "libdl", "liblog", "ld-android", "libvndksupport"}
|
return []string{"libc", "libm", "libdl", "liblog", "libandroid-net", "ld-android", "libvndksupport"}
|
||||||
}
|
}
|
||||||
|
|
||||||
func replaceFirst(slice []string, from, to string) {
|
func replaceFirst(slice []string, from, to string) {
|
||||||
|
Reference in New Issue
Block a user