Merge "Move libstatspull to the apex"

This commit is contained in:
Jeffrey Huang
2020-02-13 19:10:41 +00:00
committed by Android (Google) Code Review
2 changed files with 7 additions and 1 deletions

View File

@@ -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",

View File

@@ -38,6 +38,10 @@ aidl_interface {
},
ndk: {
enabled: true,
apex_available: [
"com.android.os.statsd",
],
}
}
},
}