diff options
author | 2024-11-27 14:37:59 +0000 | |
---|---|---|
committer | 2024-11-27 14:38:06 +0000 | |
commit | 1be5296f0bc0cad150d7186d25ade837b62e56eb (patch) | |
tree | e8bad1f4489ab784be284bfd8214b760f423730e | |
parent | 2781af86501eafbd42fa80ffeefd4f7dd3782735 (diff) |
Revert "Mark @FlaggedApi flags as exported"
Revert submission 30583310-fix-non-exported-flags
Reason for revert: Likely culprit for b/381233132 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.
Reverted changes: /q/submissionid:30583310-fix-non-exported-flags
Change-Id: I9a4ad7ce03daf2ab1f4db396d56fdc4a1e23c801
-rw-r--r-- | flags/wifi_flags.aconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/flags/wifi_flags.aconfig b/flags/wifi_flags.aconfig index e914e9d225..581e4e6e43 100644 --- a/flags/wifi_flags.aconfig +++ b/flags/wifi_flags.aconfig @@ -84,7 +84,6 @@ flag { description: "Add new API to get channel width" bug: "335358378" is_fixed_read_only: true - is_exported: true } flag { @@ -124,7 +123,6 @@ flag { description: "optimize local-only connection API" bug: "347117408" is_fixed_read_only: true - is_exported: true } flag { |