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

Commit 4a3720e8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Set apex_available property am: 21366e6a am: b6c4bc79

Change-Id: Ie4c6b3b5ed29ca4ecb1d68f42abc01f1059ed9e0
parents a4a50038 b6c4bc79
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: [
@@ -163,6 +166,7 @@ cc_library {
    sanitize: {
        cfi: true,
    },
    apex_available: ["com.android.resolv"],
}

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

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

filegroup {