Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 679ef9c1 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Promote the SEMI_STABLE_SORT flag from teamfood to droidfood" into tm-qpr-dev

parents a6fa69cb cbaff9b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,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)