diff options
author | 2024-04-10 22:56:19 +0000 | |
---|---|---|
committer | 2024-04-10 22:56:19 +0000 | |
commit | e35973bcef785c833c21744f4adb59399bd7f2f8 (patch) | |
tree | 4c2067e24d5f202cd99a37346f47ddd3088b83a2 /python/python.go | |
parent | 8d1b2db53fecbbba39499ed36756eb0925faf90c (diff) | |
parent | 8a038ed871230ba6280642b5c0e83a37d076aa79 (diff) |
Merge "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 2b1974eb8..de2d93a30 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 false. + // whether the binary is required to be built with embedded launcher for this version, defaults to true. Embedded_launcher *bool // TODO(b/174041232): Remove this property } |