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

Commit 8896f8d6 authored by Jonathan Nguyen's avatar Jonathan Nguyen
Browse files

Move some libraries in statsd from shared to static

Test: in progress

Change-Id: Ib07b22b485f232506b6ddcf8364c6fef374449b7
parent 06194d4d
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",
    ],