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

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

Merge "Add flags for Portuguese tailored hyphenator" into main

parents 0a904588 cb349dc5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -242,6 +242,12 @@ cc_aconfig_library {
    aconfig_declarations: "com.android.text.flags-aconfig",
}

rust_aconfig_library {
    name: "libandroid_text_flags_rust",
    crate_name: "android_text_flags",
    aconfig_declarations: "com.android.text.flags-aconfig",
}

// Location
aconfig_declarations {
    name: "android.location.flags-aconfig",
+9 −0
Original line number Diff line number Diff line
@@ -231,3 +231,12 @@ flag {
  }
}

flag {
  name: "portuguese_hyphenator"
  namespace: "text"
  description: "Portuguese taiored hyphenator"
  bug: "344656282"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}