Turn off cpp aidlgen, link libstatssocket as share

Test: make
Change-Id: I052fa53544e47eff6d1d8f409b62569e3d59fd04
This commit is contained in:
Tej Singh
2020-02-18 17:59:31 -08:00
parent 4ef4b08659
commit d87589549f
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