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

Commit 096c5159 authored by Yo Chiang's avatar Yo Chiang
Browse files

Revert^2 "releasetools: Disable host module on darwin"

0ac36666

Exempt-From-Owner-Approval: Original change was approved

Change-Id: I4030dbc072a90f9b8704926c0956787c75bc5583
parent 0ac36666
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -104,6 +104,12 @@ python_defaults {
        "brillo_update_payload",
        "checkvintf",
    ],
    target: {
        darwin: {
            // required module "brillo_update_payload" is disabled on darwin
            enabled: false,
        },
    },
}

//
@@ -297,6 +303,12 @@ python_binary_host {
    required: [
        "delta_generator",
    ],
    target: {
        darwin: {
            // required module "delta_generator" is disabled on darwin
            enabled: false,
        },
    },
}

python_binary_host {
@@ -369,6 +381,12 @@ python_binary_host {
    required: [
        "checkvintf",
    ],
    target: {
        darwin: {
            // libs dep "releasetools_ota_from_target_files" is disabled on darwin
            enabled: false,
        },
    },
}

python_binary_host {
@@ -466,6 +484,12 @@ python_defaults {
    data: [
        "testdata/**/*",
    ],
    target: {
        darwin: {
            // libs dep "releasetools_ota_from_target_files" is disabled on darwin
            enabled: false,
        },
    },
}

python_test_host {