forked from LeddaZ/frameworks_base
568adec5ac
This method is really only useful for SystemConfig, where we currently parse available/unavailable features from the image. The method lets us seed the SystemConfig available feature set with those defined and compiled into the framework. Flag: EXEMPT tool update Test: atest systemfeatures-gen-tests systemfeatures-gen-golden-tests Bug: 203143243 Change-Id: I627464b5a9d50137270d5658f7c4ca6b1d1f8cfe |
||
---|---|---|
.. | ||
src/com/android/systemfeatures | ||
tests | ||
Android.bp | ||
OWNERS | ||
README.md |
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.