Promote the SEMI_STABLE_SORT flag from teamfood to droidfood

Bug: 241229236
Change-Id: I8f4aafbd54e9c69ae371571b367ee2a510484ed9
Test: soaked in teamfood for weeks
This commit is contained in:
Jeff DeCew
2022-12-06 18:08:03 +00:00
parent 5b7da895e2
commit cbaff9b1cf

View File

@@ -80,7 +80,7 @@ object Flags {
val STABILITY_INDEX_FIX = releasedFlag(114, "stability_index_fix")
// TODO(b/259559750): Tracking Bug
val SEMI_STABLE_SORT = unreleasedFlag(115, "semi_stable_sort", teamfood = true)
val SEMI_STABLE_SORT = releasedFlag(115, "semi_stable_sort")
@JvmField
val USE_ROUNDNESS_SOURCETYPES = unreleasedFlag(116, "use_roundness_sourcetype", teamfood = true)