diff options
author | 2024-05-16 23:44:39 +0000 | |
---|---|---|
committer | 2024-05-16 23:44:39 +0000 | |
commit | 68eda34f4b5bd1c6ba1379b543b8eb8e5d649901 (patch) | |
tree | 6e01c3fe79bc0450f56def1582e2de10032eed11 /build_config | |
parent | b03febf708fab6ac4b8dd4e29187747341561ad4 (diff) | |
parent | 0158d04678a9b7bbb971214d77e299e9a1219043 (diff) |
Merge "Introduce a new build flag RELEASE_AVF_ENABLE_NETWORK" into main
Diffstat (limited to 'build_config')
-rw-r--r-- | build_config/trunk_staging.scl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_config/trunk_staging.scl b/build_config/trunk_staging.scl index dfcf02e8..54e6491f 100644 --- a/build_config/trunk_staging.scl +++ b/build_config/trunk_staging.scl @@ -33,6 +33,7 @@ values = [ value("RELEASE_AVF_ENABLE_DICE_CHANGES", True), value("RELEASE_AVF_ENABLE_LLPVM_CHANGES", True), value("RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM", True), + value("RELEASE_AVF_ENABLE_NETWORK", True), value("RELEASE_AVF_ENABLE_REMOTE_ATTESTATION", True), value("RELEASE_AVF_ENABLE_VENDOR_MODULES", True), value("RELEASE_AVF_ENABLE_VIRT_CPUFREQ", True), |