Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd5bb94e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 049ddf37 d8758954
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ aidl_interface {
            enabled: false, // the platform uses statsd_java_aidl
        },
        cpp: {
            enabled: true,
            enabled: false,
        },
        ndk: {
            enabled: true,
+1 −2
Original line number Diff line number Diff line
@@ -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