diff options
author | 2024-05-14 14:34:19 +0900 | |
---|---|---|
committer | 2024-05-14 18:37:54 +0900 | |
commit | 0158d04678a9b7bbb971214d77e299e9a1219043 (patch) | |
tree | 99d3f27e5403fc3e80554351dea54fd8943f8fce /build_config | |
parent | 3fc244f69931bcf6ebb6fea06597420aba31890a (diff) |
Introduce a new build flag RELEASE_AVF_ENABLE_NETWORK
Bug: 340376951
Test: adb shell cat /system/etc/build_flags.json | grep
RELEASE_AVF_ENABLE_NETWORK
Change-Id: I04f410da0d2c4096688b044bbd6079ff90fba946
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), |