Turn off cpp aidlgen, link libstatssocket as share
Test: make Change-Id: I052fa53544e47eff6d1d8f409b62569e3d59fd04
This commit is contained in:
@@ -34,7 +34,7 @@ aidl_interface {
|
||||
enabled: false, // the platform uses statsd_java_aidl
|
||||
},
|
||||
cpp: {
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
},
|
||||
ndk: {
|
||||
enabled: true,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user