-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmonkey.jungle
26 lines (24 loc) · 992 Bytes
/
monkey.jungle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
project.manifest = manifest.xml
# As default we use the normal glance source
# and exclude any code in the main source directory
# that is annotated with :tinyglance
base.sourcePath = source;source-glance
base.excludeAnnotations = tinyglance
# For some devices we point to the tinyglance
# source and do not exclude the :tinyglance annotation
fr745.sourcePath = source;source-tinyglance
fr745.excludeAnnotations = none
fr945.sourcePath = source;source-tinyglance
fr945.excludeAnnotations = none
fr945lte.sourcePath = source;source-tinyglance
fr945lte.excludeAnnotations = none
fenix6.sourcePath = source;source-tinyglance
fenix6.excludeAnnotations = none
fenix6pro.sourcePath = source;source-tinyglance
fenix6pro.excludeAnnotations = none
fenix6s.sourcePath = source;source-tinyglance
fenix6s.excludeAnnotations = none
fenix6spro.sourcePath = source;source-tinyglance
fenix6spro.excludeAnnotations = none
fenix6xpro.sourcePath = source;source-tinyglance
fenix6xpro.excludeAnnotations = none