xref: /aosp_15_r20/external/angle/build/apple/README.md (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1# About
2
3`//build/apple` contains:
4  * GN templates and configurations shared by Apple platforms
5  * Python build scripts shared by Apple platforms
6
7This directory should only contain templates, configurations and scripts
8that are used exclusively on Apple platforms (currently iOS and macOS).
9They must also be independent of the specific platform.
10
11If a template, configuration or script is limited to only iOS or macOS,
12then they should instead be located in `//build/ios` or `//build/mac`.
13