|
1 |
| -project.manifest = manifest.xml |
2 |
| - |
| 1 | +project.manifest = manifest.xml |
| 2 | + |
| 3 | +# Exclude other settings source directories (default behaviour is to include). |
| 4 | +base.sourcePath = source;settings |
| 5 | +# Include settings source directories specific for some watch models (to save memory and improve performance). |
| 6 | +fenix5plus.sourcePath = source;settings-lowmemory |
| 7 | +fenix5splus.sourcePath = source;settings-lowmemory |
| 8 | +fenix5xplus.sourcePath = source;settings-lowmemory |
| 9 | +fenix6s.sourcePath = source;settings-lowmemory |
| 10 | +fenix6spro.sourcePath = source;settings-lowmemory |
| 11 | +fr245.sourcePath = source;settings-lowmemory |
| 12 | +fr245m.sourcePath = source;settings-lowmemory |
| 13 | +fr745.sourcePath = source;settings-lowmemory |
| 14 | +fr945.sourcePath = source;settings-lowmemory |
| 15 | +fr945lte.sourcePath = source;settings-lowmemory |
| 16 | +descentmk2s.sourcePath = source;settings-lowmemory |
| 17 | +marqadventurer.sourcePath = source;settings-lowmemory |
| 18 | +marqathlete.sourcePath = source;settings-lowmemory |
| 19 | +marqaviator.sourcePath = source;settings-lowmemory |
| 20 | +marqcaptain.sourcePath = source;settings-lowmemory |
| 21 | +marqcommander.sourcePath = source;settings-lowmemory |
| 22 | +marqdriver.sourcePath = source;settings-lowmemory |
| 23 | +marqexpedition.sourcePath = source;settings-lowmemory |
| 24 | +marqgolfer.sourcePath = source;settings-lowmemory |
| 25 | +venusq.sourcePath = source;settings-tinymemory |
| 26 | +venusqm.sourcePath = source;settings-tinymemory |
| 27 | +# enduro.sourcePath = source;settings-mediummemory |
| 28 | + |
| 29 | +# Exclude hashmark logic for square models. |
| 30 | +base.excludeAnnotations = square |
| 31 | +# Include only hashmark logic for square models (to save memory and improve performance). |
| 32 | +venusq.excludeAnnotations = round |
| 33 | +venusqm.excludeAnnotations = round |
| 34 | +venusq2.excludeAnnotations = round |
| 35 | +venusq2m.excludeAnnotations = round |
0 commit comments