statsd: mark libstats_jni as jni_libs

This helps the build system to convey the information to linkerconfig so
that jni_libs are available via libnativeloader.

Bug: 168077238
Bug: 150767721
Test: presubmit
Merged-In: Ie32e88355828c8f696cce9d128eebb6da70026f1
Change-Id: Ie32e88355828c8f696cce9d128eebb6da70026f1
(cherry picked from commit 95642bbc3f)
(cherry picked from commit 39c94c0493)
This commit is contained in:
Jooyung Han
2020-08-28 16:58:36 +09:00
parent f3670cc3d3
commit fa78ddbdc8

View File

@@ -19,8 +19,10 @@ apex {
}
apex_defaults {
native_shared_libs: [
jni_libs: [
"libstats_jni",
],
native_shared_libs: [
"libstatspull",
"libstatssocket",
],