Merge "Turn off cpp aidlgen, link libstatssocket as share"

This commit is contained in:
TreeHugger Robot
2020-02-19 06:27:09 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ aidl_interface {
enabled: false, // the platform uses statsd_java_aidl
},
cpp: {
enabled: true,
enabled: false,
},
ndk: {
enabled: true,

View File

@@ -121,9 +121,8 @@ cc_library {
shared_libs: [
"liblog",
"libcutils",
"libstatssocket",
],
static_libs: ["libstatssocket"],
apex_available: [
"//apex_available:platform",
//TODO(b/149781190): Remove this once statsd no longer depends on libstatslog