Merge "releasetools: Disable host module on darwin" am: 79d10eddbf

Original change: https://android-review.googlesource.com/c/platform/build/+/1384537

Change-Id: Icc2e7a734da382169ef6e085f5a15bf7cfe47dce
This commit is contained in:
Yo Chiang
2020-08-06 04:21:58 +00:00
committed by Automerger Merge Worker

View File

@@ -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 {