android13/external/crosvm/tools/windows/enabled_features.py

8 lines
208 B
Python

# Following lists allow vendors to set/override default features during
# presubmit/continuous builds.
ENABLED_FEATURES = []
BUILD_ONLY_FEATURES = []
BUILD_FEATURES = ENABLED_FEATURES + BUILD_ONLY_FEATURES