xref: /aosp_15_r20/external/skia/.bazelproject (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1directories:
2  .
3  -bin
4  -out
5  -node_modules
6  -third_party/externals
7
8# Automatically includes all relevant targets under the 'directories' above
9derive_targets_from_directories: false
10
11targets:
12  # If source code isn't resolving, add additional targets that compile it here
13  //example:hello_world_vulkan
14  //example:hello_world_gl
15additional_languages:
16  # Uncomment any additional languages you want supported
17  javascript
18  python
19  typescript
20