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

Commit 383be2c9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Set apex_available property"

parents 27b9a8aa f29f09b5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -31,6 +31,9 @@ aidl_interface {
        },
        ndk: {
            gen_log: true,
            apex_available: [
                "com.android.resolv",
            ],
        },
    },
    versions: [
@@ -168,6 +171,7 @@ cc_library {
    sanitize: {
        cfi: true,
    },
    apex_available: ["com.android.resolv"],
}

cc_library_static {
@@ -180,6 +184,7 @@ cc_library_static {
    srcs: [
        "stats.proto",
    ],
    apex_available: ["com.android.resolv"],
}

genrule {
@@ -211,6 +216,7 @@ cc_library_static {
        "libgtest_prod", // Used by libstatspush_compat
        "libstatspush_compat",
    ],
    apex_available: ["com.android.resolv"],
}

filegroup {