forked from openkylin/platform_build
Merge "Revert "releasetools: Disable host module on darwin""
This commit is contained in:
commit
b5490e4a9d
|
@ -104,12 +104,6 @@ python_defaults {
|
||||||
"brillo_update_payload",
|
"brillo_update_payload",
|
||||||
"checkvintf",
|
"checkvintf",
|
||||||
],
|
],
|
||||||
target: {
|
|
||||||
darwin: {
|
|
||||||
// required module "brillo_update_payload" is disabled on darwin
|
|
||||||
enabled: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -303,12 +297,6 @@ 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 {
|
||||||
|
@ -381,12 +369,6 @@ 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 {
|
||||||
|
@ -484,12 +466,6 @@ 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 {
|
||||||
|
|
Loading…
Reference in New Issue