Move libstatspull to the apex

Bug: 145922701
Test: atest LibStatsPullTests
Change-Id: I159c5e6f092b35bf6576a576df95aaa266d71fa4
This commit is contained in:
Jeffrey Huang
2020-02-12 11:30:11 -08:00
parent 915b1aeb96
commit 36f0eeaf10
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",
],
}
}
},
}