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

Commit 49c52979 authored by Jiyong Park's avatar Jiyong Park Committed by Gerrit Code Review
Browse files

Merge changes I8fd2a3c9,Id08058f3

* changes:
  Set apex_available property
  Set apex_available property
parents 90540ad5 937b4bf1
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 {