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

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

Merge changes from topic "revert-149538115"

* changes:
  Revert "Move libstatspull to the apex"
  Revert "Move libstatssocket to apex"
parents 1e154d1d dba4dfa1
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@ apex {

apex_defaults {
    native_shared_libs: [
        "libstatssocket",
        "libstatspull",
        "libstats_jni",
    ],
    // binaries: ["vold"],
@@ -30,7 +28,6 @@ apex_defaults {
        "service-statsd",
    ],
    // prebuilts: ["my_prebuilt"],
    compile_multilib: "both",
    name: "com.android.os.statsd-defaults",
    key: "com.android.os.statsd.key",
    certificate: ":com.android.os.statsd.certificate",
+1 −5
Original line number Diff line number Diff line
@@ -38,10 +38,6 @@ aidl_interface {
        },
        ndk: {
            enabled: true,
            apex_available: [
                "com.android.os.statsd",
            ],
        }

    },
    }
}
+1 −2
Original line number Diff line number Diff line
@@ -120,14 +120,13 @@ 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",
    ],
}