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