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

Commit 8955cdfc authored by Jeffrey Huang's avatar Jeffrey Huang Committed by Android (Google) Code Review
Browse files

Merge "Move libstatspull to the apex"

parents 2e806917 36f0eeaf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ apex {

apex_defaults {
    native_shared_libs: [
        "libstatspull",
        "libstats_jni",
    ],
    // binaries: ["vold"],
@@ -28,6 +29,7 @@ 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",
+5 −1
Original line number Diff line number Diff line
@@ -38,6 +38,10 @@ aidl_interface {
        },
        ndk: {
            enabled: true,
            apex_available: [
                "com.android.os.statsd",
            ],
        }
    }

    },
}