resolve merge conflicts of e54d010 to oc-dev-plus-aosp

Test: marlin-eng starts building
Change-Id: If65d8b015a88d41c4903354dc84c82d80f353c62
Merged-In: I562920373675552267ba201c07f4c9884f10d77a
This commit is contained in:
Lorenzo Colitti 2017-05-26 08:51:10 +09:00
commit d832703640
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ func VndkLibraries() []string {
// [vendor]
// namespace.default.link.system.shared_libs
func LLndkLibraries() []string {
return []string{"libc", "libm", "libdl", "liblog", "ld-android"}
return []string{"libc", "libm", "libdl", "liblog", "libandroid_net", "ld-android"}
}
func replaceFirst(slice []string, from, to string) {