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

Commit 3f17225f authored by Jeffrey Huang's avatar Jeffrey Huang
Browse files

Move libstatssocket to apex

Bug: 145923416
Test: m
Test: fastboot flashall
Change-Id: Ieae64fb975bf7986f987e1f27548e041db2c505e
parent 36f0eeaf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ apex {

apex_defaults {
    native_shared_libs: [
        "libstatssocket",
        "libstatspull",
        "libstats_jni",
    ],
+2 −1
Original line number Diff line number Diff line
@@ -120,13 +120,14 @@ cc_defaults {
        "libstatslog",
        "libstatsmetadata",
        "libsysutils",
	// TODO(b/145923087): move to shared when statsd is moved to the apex
        "libstatssocket",
        "libutils",
    ],
    shared_libs: [
        "libbinder",
        "libincident",
        "liblog",
        "libstatssocket",
        "statsd-aidl-cpp",
    ],
}