diff options
author | 2024-04-11 17:21:35 +0000 | |
---|---|---|
committer | 2024-04-11 17:21:35 +0000 | |
commit | 291a4912d148d740790edfac2e7b707070ef1abf (patch) | |
tree | 7f6e586b1c9fb3c1ed586e41b30888b06bb50d3f /python/python.go | |
parent | d5b05655bb3884d641bfaa6af98826b3856e4e28 (diff) | |
parent | 578066be90d3e1960c02b5c80c29e92bca70a70b (diff) |
Merge "Revert "Make embedded_launcher true by default"" into main
Diffstat (limited to 'python/python.go')
-rw-r--r-- | python/python.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python.go b/python/python.go index de2d93a30..2b1974eb8 100644 --- a/python/python.go +++ b/python/python.go @@ -59,7 +59,7 @@ type VersionProperties struct { // list of the Python libraries used only for this Python version. Libs []string `android:"arch_variant"` - // whether the binary is required to be built with embedded launcher for this version, defaults to true. + // whether the binary is required to be built with embedded launcher for this version, defaults to false. Embedded_launcher *bool // TODO(b/174041232): Remove this property } |