Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39c94c04 authored by Jooyung Han's avatar Jooyung Han
Browse files

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: 150767721
Test: presubmit
Merged-In: Ie32e88355828c8f696cce9d128eebb6da70026f1
Change-Id: Ie32e88355828c8f696cce9d128eebb6da70026f1
(cherry picked from commit 95642bbc)
parent 1467af14
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -19,8 +19,10 @@ apex {
}
}


apex_defaults {
apex_defaults {
    native_shared_libs: [
    jni_libs: [
        "libstats_jni",
        "libstats_jni",
    ],
    native_shared_libs: [
        "libstatspull",
        "libstatspull",
        "libstatssocket",
        "libstatssocket",
    ],
    ],