diff options
| author | 2025-02-12 11:02:52 -0800 | |
|---|---|---|
| committer | 2025-02-12 11:02:52 -0800 | |
| commit | 7ec7cb041ed5df6239b66f222b2c0d69eb404d0f (patch) | |
| tree | 334d091f6b0d3899eec2431957b31ab4c14a69a4 | |
| parent | dc170e72fad31a5cef8e3427773d7f9d323c03f9 (diff) | |
| parent | 234a96c6a07b1cd68b475db579c28c406c222fcd (diff) | |
Merge "Pass single-exported-file parameter" into main
| -rw-r--r-- | aconfig/init.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aconfig/init.go b/aconfig/init.go index 210aec3b9..b2fe5a309 100644 --- a/aconfig/init.go +++ b/aconfig/init.go @@ -104,6 +104,7 @@ var ( ` --mode=exported` + ` --allow-instrumentation ${use_new_storage}` + ` --new-exported ${use_new_exported}` + + ` --single-exported-file true` + ` --check-api-level ${check_api_level}` + ` --out ${out}.tmp; ` + ` fi ` + |