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

Commit e5aae690 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move libstatssocket to apex"

parents c970b3f8 3f17225f
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",
    ],
}