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

Commit 804ce8e6 authored by Jonathan Nguyen's avatar Jonathan Nguyen Committed by Android (Google) Code Review
Browse files

Merge "Move some libraries in statsd from shared to static"

parents 1924bd44 8896f8d6
Loading
Loading
Loading
Loading
+11 −12
Original line number Diff line number Diff line
@@ -126,29 +126,28 @@ cc_defaults {
    ],

    static_libs: [
        "libhealthhalutils",
        "libplatformprotos",
    ],

    shared_libs: [
        "android.frameworks.stats@1.0",
        "android.hardware.health@2.0",
        "android.hardware.power.stats@1.0",
        "android.hardware.power@1.0",
        "android.hardware.power@1.1",
        "libbase",
        "libbinder",
        "libcutils",
        "libgraphicsenv",
        "libhidlbase",
        "libincident",
        "libhealthhalutils",
        "liblog",
        "libplatformprotos",
        "libprotoutil",
        "libservices",
        "libstatslog",
        "libstatsmetadata",
        "libstatssocket",
        "libsysutils",
    ],
    shared_libs: [
        "android.hardware.health@2.0",
        "libbinder",
        "libgraphicsenv",
        "libhidlbase",
        "libincident",
        "libservices",
        "libstatsmetadata",
        "libtimestats_proto",
        "libutils",
    ],