[Bluetooth] Flip NEW_BLUETOOTH_REPOSITORY flag off for UDC.

Bug: 280426085
Test: compiles
Change-Id: Ic8a2855b27ce32f65c1295b1a3e79f1a0cbf2398
This commit is contained in:
Caitlin Shkuratov
2023-05-11 14:03:40 +00:00
parent 541ef6fb00
commit 1abd590c3c

View File

@@ -328,8 +328,7 @@ object Flags {
// TODO(b/280426085): Tracking Bug
@JvmField
val NEW_BLUETOOTH_REPOSITORY =
unreleasedFlag(612, "new_bluetooth_repository", teamfood = true)
val NEW_BLUETOOTH_REPOSITORY = unreleasedFlag(612, "new_bluetooth_repository")
// 700 - dialer/calls
// TODO(b/254512734): Tracking Bug