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

Commit da7ba6e8 authored by Justin Yun's avatar Justin Yun
Browse files

Remove the cuttlefish visibility

As we moved the generic system image module to build/make, remove the
cuttlefish visibility.

Bug: 365670526
Test: TH
Change-Id: I3a43fdd3ba7c7d8870c30627738b9abc716ae82b
parent 46694ccb
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",
    ],
}