[Bluetooth] Add NEW_BLUETOOTH_REPOSITORY flag.

To be used in an upcoming CL.

Bug: 271058380
Bug: 280426085
Test: compiles
Change-Id: I602b1fa82039ce6c981aa1acde2cb1fe765b2a78
This commit is contained in:
Caitlin Shkuratov
2023-05-02 17:37:54 +00:00
parent db86384dae
commit bef50c9e8b

View File

@@ -330,6 +330,11 @@ object Flags {
// TODO(b/265892345): Tracking Bug
val PLUG_IN_STATUS_BAR_CHIP = releasedFlag(265892345, "plug_in_status_bar_chip")
// TODO(b/280426085): Tracking Bug
@JvmField
val NEW_BLUETOOTH_REPOSITORY =
unreleasedFlag(612, "new_bluetooth_repository", teamfood = true)
// 700 - dialer/calls
// TODO(b/254512734): Tracking Bug
val ONGOING_CALL_STATUS_BAR_CHIP = releasedFlag(700, "ongoing_call_status_bar_chip")