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

Commit 2009583f authored by Yuxin Hu's avatar Yuxin Hu
Browse files

Add enable_angle_allow_list flag

Flag: android.os.enable_angle_allow_list
Test: make, flash and boot
Bug: b/370845648
Change-Id: Ie6c4ecc804dc82de1bff01a8c67a9ab6fea7d99a
parent 3a4677e0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -232,3 +232,11 @@ flag {
    bug: "361329788"
    is_exported: true
}

flag {
    name: "enable_angle_allow_list"
    namespace: "gpu"
    description: "Whether to read from angle allowlist to determine if app should use ANGLE"
    is_fixed_read_only: true
    bug: "370845648"
}