blob: 5836f81e5fd3f9e96aa0c4192faec4c8dbe6a639 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Build-time system feature support
## Overview
System features exposed from `PackageManager` are defined and aggregated as
`<feature>` xml attributes across various partitions, and are currently queried
at runtime through the framework. This directory contains tooling that will
support *build-time* queries of select system features, enabling optimizations
like code stripping and conditionally dependencies when so configured.
### TODO(b/203143243): Expand readme after landing codegen.
|