Merge "Revert^2 "releasetools: Disable host module on darwin"" am: 76279b102f
Original change: https://android-review.googlesource.com/c/platform/build/+/1393358 Change-Id: Ibfb18d03e37162345c3f0a39434be11df234e8fa
This commit is contained in:
@@ -106,6 +106,12 @@ python_defaults {
|
|||||||
"brillo_update_payload",
|
"brillo_update_payload",
|
||||||
"checkvintf",
|
"checkvintf",
|
||||||
],
|
],
|
||||||
|
target: {
|
||||||
|
darwin: {
|
||||||
|
// required module "brillo_update_payload" is disabled on darwin
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -299,6 +305,12 @@ python_binary_host {
|
|||||||
required: [
|
required: [
|
||||||
"delta_generator",
|
"delta_generator",
|
||||||
],
|
],
|
||||||
|
target: {
|
||||||
|
darwin: {
|
||||||
|
// required module "delta_generator" is disabled on darwin
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
python_binary_host {
|
python_binary_host {
|
||||||
@@ -371,6 +383,12 @@ python_binary_host {
|
|||||||
required: [
|
required: [
|
||||||
"checkvintf",
|
"checkvintf",
|
||||||
],
|
],
|
||||||
|
target: {
|
||||||
|
darwin: {
|
||||||
|
// libs dep "releasetools_ota_from_target_files" is disabled on darwin
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
python_binary_host {
|
python_binary_host {
|
||||||
@@ -468,6 +486,12 @@ python_defaults {
|
|||||||
data: [
|
data: [
|
||||||
"testdata/**/*",
|
"testdata/**/*",
|
||||||
],
|
],
|
||||||
|
target: {
|
||||||
|
darwin: {
|
||||||
|
// libs dep "releasetools_ota_from_target_files" is disabled on darwin
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
python_test_host {
|
python_test_host {
|
||||||
|
Reference in New Issue
Block a user