commit | 4a55b455ad433c332e46e5f6ec5b9ff552c6222d | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Apr 03 18:15:22 2019 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Apr 03 18:15:22 2019 -0700 |
tree | 8910cefd6dbae22865be5616157eb8abd7af389f | |
parent | 2fef7f76f4cc7731f9fc0bd10f850bd2a764c9d1 [diff] [blame] |
Fix NetworkStackTests. NetworkStackTests dlopens library which indirectly uses libcgrouprc. Add it to jni_libs. Test: atest Fixes: 129902619 Change-Id: I0d60d7a317fa60607d6fdaea15f61b458aefd2f0
diff --git a/tests/Android.bp b/tests/Android.bp index aadf99e..f256b61 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -42,6 +42,7 @@ "libbinder", "libbinderthreadstate", "libc++", + "libcgrouprc", "libcrypto", "libcutils", "libdexfile",