Remove py2 usages

Bug: 203436762
Test: m nothing
Change-Id: I22087b1bbcb4fff64cc41210c9d74537197bb367
This commit is contained in:
Cole Faust 2022-09-12 12:27:06 -07:00
parent 7893411e7c
commit 03a12e2ac9

View file

@ -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,
},
},