Add NetworkStackTests dependency on libdl_android

This fixes tests that were failing because of the unsatisfied
dependency.

Test: atest NetworkStackTests
Bug: 129387775
Change-Id: Ie0c1bc2b292ad7172d144d9e7ad9edeecd2232b7
This commit is contained in:
Remi NGUYEN VAN
2019-03-29 14:49:02 +09:00
parent 57fd2215a6
commit 329c4dadbe

View File

@@ -45,6 +45,8 @@ android_test {
"libcrypto",
"libcutils",
"libdexfile",
"ld-android",
"libdl_android",
"libhidl-gen-utils",
"libhidlbase",
"libhidltransport",