Fix NetworkStackTests.

NetworkStackTests dlopens library which indirectly
uses libcgrouprc. Add it to jni_libs.

Test: atest
Fixes: 129902619
Change-Id: I0d60d7a317fa60607d6fdaea15f61b458aefd2f0
This commit is contained in:
Yifan Hong
2019-04-03 18:15:22 -07:00
parent 96cf453355
commit 0e5459731f

View File

@@ -42,6 +42,7 @@ android_test {
"libbinder",
"libbinderthreadstate",
"libc++",
"libcgrouprc",
"libcrypto",
"libcutils",
"libdexfile",