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

Commit d95ae9b3 authored by Jiyong Park's avatar Jiyong Park Committed by Automerger Merge Worker
Browse files

Merge changes I8fd2a3c9,Id08058f3 am: 49c52979

Change-Id: Iff9e33fcb05ac9365e7db95577ba2d1c891ba89b
parents 3e773903 49c52979
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@ cc_library_headers {
            enabled: true,
        },
    },
    apex_available: [
        "//apex_available:platform",
        "//apex_available:anyapex",
    ],
}

cc_library {
@@ -52,4 +56,8 @@ cc_library {
        "-Werror",
        "-Wexit-time-destructors",
    ],
    apex_available: [
        "//apex_available:platform",
        "//apex_available:anyapex",
    ],
}
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ cc_library {
    defaults: ["libstatspush_compat_defaults"],
    export_include_dirs: ["include"],
    static_libs: ["libgtest_prod"],
    apex_available: ["com.android.resolv"],
}

cc_test {
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ cc_library_headers {
    name: "libstatssocket_headers",
    export_include_dirs: ["include"],
    host_supported: true,
    apex_available: ["com.android.resolv"],
}

cc_benchmark {