tree: 4ac4f6572afa075eeeb72f1f84a8ea4309fb5589 [path history] [tgz]
  1. src/
  2. tests/
  3. Android.bp
  4. OWNERS
  5. README.md
tools/systemfeatures/README.md

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.