diff options
author | 2024-10-08 17:05:35 -0700 | |
---|---|---|
committer | 2024-10-08 17:05:35 -0700 | |
commit | 68fffd415e45ec57cdcd67655bf06f70eae90ab1 (patch) | |
tree | 50ff10bf077b6c04f6d3913f6d39ee60c3145d9e /flags | |
parent | fb194e85f5d5bd890b69da1f441d827999773e02 (diff) |
Flag: add aics_api
Bug: 315241296
Bug: 372328699
Test: m .
Flag: com.android.bluetooth.flags.aics_api
Change-Id: I5f79c20b8ef8ec89883290a3c3f4c547d4b17813
Diffstat (limited to 'flags')
-rw-r--r-- | flags/hap.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/flags/hap.aconfig b/flags/hap.aconfig index 860774b788..0780daf238 100644 --- a/flags/hap.aconfig +++ b/flags/hap.aconfig @@ -25,3 +25,12 @@ flag { purpose: PURPOSE_BUGFIX } } + + +flag { + name: "aics_api" + is_exported: true + namespace: "bluetooth" + description: "Expose new API to control AICS data" + bug: "372328699" +} |