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

Commit d8758954 authored by Tej Singh's avatar Tej Singh
Browse files

Turn off cpp aidlgen, link libstatssocket as share

Test: make
Change-Id: I052fa53544e47eff6d1d8f409b62569e3d59fd04
parent 4ef4b086
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