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

Commit 22cbb06a authored by Alexandra-Mara Smau's avatar Alexandra-Mara Smau Committed by Android (Google) Code Review
Browse files

Merge "Add a flag to enable the `setFrameRate` callback." into main

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

cc_aconfig_library {
    name: "aconfig_view_flags_c_lib",
    aconfig_declarations: "android.view.flags-aconfig",
}

// View.accessibility
aconfig_declarations {
    name: "android.view.accessibility.flags-aconfig",
+7 −0
Original line number Diff line number Diff line
@@ -20,3 +20,10 @@ flag {
    description: "Feature flag for using expected presentation time of the Choreographer"
    bug: "278730197"
}

flag {
  name: "set_frame_rate_callback"
  namespace: "core_graphics"
  description: "Enable the `setFrameRate` callback"
  bug: "299946220"
}
 No newline at end of file