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

Commit 32f25af5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove the cuttlefish visibility" into main

parents 11eb55c8 da7ba6e8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -142,12 +142,10 @@ all_apex_contributions {
    visibility: ["//visibility:public"],
}

// TODO(b/365670526): remove the cuttlefish visibility once it is fully removed
product_config {
    name: "product_config",
    visibility: [
        "//build/make/target/product/generic",
        "//device/google/cuttlefish/system_image",
    ],
}

@@ -158,7 +156,6 @@ build_prop {
    // Currently, only microdroid and cf system image can refer to system-build.prop
    visibility: [
        "//build/make/target/product/generic",
        "//device/google/cuttlefish/system_image",
        "//packages/modules/Virtualization/build/microdroid",
    ],
}
+0 −1
Original line number Diff line number Diff line
@@ -35,6 +35,5 @@ notice_xml {
    partition_name: "system",
    visibility: [
        "//build/make/target/product/generic",
        "//device/google/cuttlefish/system_image",
    ],
}