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

Commit 0ac36666 authored by Insaf Latypov's avatar Insaf Latypov
Browse files

Revert "releasetools: Disable host module on darwin"

Revert "conscrypt: Disable host module on darwin"

Revert submission 1385032-mac-required-fix

Reason for revert: breaks the build on aosp-master
Reverted Changes:
I13335299c:releasetools: Disable host module on darwin
I728a4677a:conscrypt: Disable host module on darwin
I8f3435ff1:art: Remove dependencies on platform unavailable m...
Ibb9248ef4:art: Disable host module on darwin
I7db68a629:libcore: Disable host module on darwin

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

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

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

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

python_test_host {