Merge "Revert^2 "Make libstatspull host supported""
This commit is contained in:
commit
e0cbfe3931
1 changed files with 24 additions and 3 deletions
|
|
@ -31,18 +31,39 @@ cc_defaults {
|
|||
shared_libs: [
|
||||
"libbinder_ndk",
|
||||
"liblog",
|
||||
"libstatssocket",
|
||||
],
|
||||
static_libs: [
|
||||
"libutils",
|
||||
"statsd-aidl-ndk_platform",
|
||||
],
|
||||
target: {
|
||||
android: {
|
||||
shared_libs: ["libstatssocket"],
|
||||
},
|
||||
host: {
|
||||
static_libs: ["libstatssocket"],
|
||||
},
|
||||
},
|
||||
}
|
||||
cc_library_shared {
|
||||
cc_library {
|
||||
name: "libstatspull",
|
||||
defaults: [
|
||||
"libstatspull_defaults"
|
||||
"libstatspull_defaults",
|
||||
"libbinder_ndk_host_user",
|
||||
],
|
||||
host_supported: true,
|
||||
target: {
|
||||
android: {
|
||||
static: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
host: {
|
||||
shared: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
// enumerate stable entry points for APEX use
|
||||
stubs: {
|
||||
symbol_file: "libstatspull.map.txt",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue