Remove Python enables identical to global defaults.

Bug: 245854393
Test: presubmit
Change-Id: Ia99d3fc9f1626891d45c55d679f4d8a049f9e1e8
This commit is contained in:
Krzysztof Kosiński
2022-09-18 01:30:19 +00:00
parent 534b797cd7
commit ef8d6a68f4
2 changed files with 19 additions and 98 deletions

View File

@@ -19,14 +19,6 @@ cc_library_static {
python_library_host {
name: "linker_config_proto",
version: {
py2: {
enabled: false,
},
py3: {
enabled: true,
},
},
srcs: [
"linker_config.proto",
],