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

Commit 5a31ffc7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag for phrase -> strict fallback" into main

parents 0d5dd730 02eee6e2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -80,6 +80,11 @@ java_aconfig_library {
    defaults: ["framework-minus-apex-aconfig-java-defaults"],
}

cc_aconfig_library {
    name: "aconfig_text_flags_c_lib",
    aconfig_declarations: "com.android.text.flags-aconfig",
}

// Security
aconfig_declarations {
    name: "android.security.flags-aconfig",
+8 −0
Original line number Diff line number Diff line
package: "com.android.text.flags"

flag {
  name: "phrase_strict_fallback"
  namespace: "text"
  description: "Feature flag for automatic fallback from phrase based line break to strict line break."
  bug: "281970875"
}