summaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
author Oriol Prieto Gasco <opg@google.com> 2024-03-01 16:52:42 +0000
committer Oriol Prieto Gascó <opg@google.com> 2024-03-21 12:42:19 +0000
commit8f55786537f34576e06ec731cf9054f9e2d8bd39 (patch)
tree9338588daba2e96da6b73dc176fa5eee68190c64 /wifi
parent8747a0a31c7b34c1f677b43625429153e7af420f (diff)
Export flags used in FlaggedApi annotations
Before calling a flagged API, client code must check the value of the flag which gates it. Those flags must be exported in order to be accessible from containers other than the container where the flag and the API are hosted. Bug: 320984775 Bug: 322839671 Test: m all_aconfig_declarations Test: printflags --format='{fully_qualified_name}:{is_exported}' | grep true Ignore-AOSP-First: LSC Change-Id: I8c2d111fd4ffb23f3f52c9d00bf6bbd2456d7f05
Diffstat (limited to 'wifi')
-rw-r--r--wifi/wifi.aconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/wifi/wifi.aconfig b/wifi/wifi.aconfig
index 6ac986e406a0..6c4e4c3eb9be 100644
--- a/wifi/wifi.aconfig
+++ b/wifi/wifi.aconfig
@@ -2,6 +2,7 @@ package: "android.net.wifi.flags"
flag {
name: "get_device_cross_akm_roaming_support"
+ is_exported: true
namespace: "wifi"
description: "Add new API to get the device support for CROSS-AKM roaming"
bug: "313038031"