diff options
author | 2024-09-09 18:08:49 -0700 | |
---|---|---|
committer | 2024-09-09 18:08:49 -0700 | |
commit | 4ce4f8893e5c5ee9b9b2669ceb36a01d85ea39f4 (patch) | |
tree | 1766d38c41b63ffe0192ad8d9c10ef080fa71934 /android/variable.go | |
parent | 219009f60695ba87d382f03f1de59b9f1b6170b2 (diff) |
Remove BUILD_BROKEN_USES_SOONG_PYTHON2_MODULES
It's been available for over a year, lets progress the python3 migration
by removing it.
Bug: 203436762
Test: Presubmits
Change-Id: I46a6477ec65e98b7e6df5cc1359f676dcbd0f08e
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/variable.go b/android/variable.go index 9026f9348..8ca75eea7 100644 --- a/android/variable.go +++ b/android/variable.go @@ -445,7 +445,6 @@ type ProductVariables struct { GenruleSandboxing *bool `json:",omitempty"` BuildBrokenEnforceSyspropOwner bool `json:",omitempty"` BuildBrokenTrebleSyspropNeverallow bool `json:",omitempty"` - BuildBrokenUsesSoongPython2Modules bool `json:",omitempty"` BuildBrokenVendorPropertyNamespace bool `json:",omitempty"` BuildBrokenIncorrectPartitionImages bool `json:",omitempty"` BuildBrokenInputDirModules []string `json:",omitempty"` |