Name Date Size #Lines LOC

..--

src/com/android/systemfeatures/H25-Apr-2025-507338

tests/H25-Apr-2025-799516

Android.bpH A D25-Apr-20253.5 KiB10395

OWNERSH A D25-Apr-202528 21

README.mdH A D25-Apr-2025493 128

README.md

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