mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 18:38:01 +00:00
8 lines
208 B
Python
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
|