Remove py2 usages
Bug: 203436762 Test: m nothing Change-Id: I22087b1bbcb4fff64cc41210c9d74537197bb367
This commit is contained in:
parent
7893411e7c
commit
03a12e2ac9
1 changed files with 0 additions and 13 deletions
|
@ -39,14 +39,6 @@ python_library_host {
|
|||
"care_map.proto",
|
||||
],
|
||||
proto: {type: "lite", canonical_path_from_root: false},
|
||||
version: {
|
||||
py2: {
|
||||
enabled: true,
|
||||
},
|
||||
py3: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
visibility: [
|
||||
"//build/make/tools/releasetools:__subpackages__",
|
||||
],
|
||||
|
@ -145,12 +137,7 @@ python_binary_host {
|
|||
},
|
||||
|
||||
version: {
|
||||
py2: {
|
||||
enabled: false,
|
||||
embedded_launcher: false,
|
||||
},
|
||||
py3: {
|
||||
enabled: true,
|
||||
embedded_launcher: true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue