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

Commit 3f452404 authored by Cody Northrop's avatar Cody Northrop Committed by Android (Google) Code Review
Browse files

Merge "Guard ANGLE rules file check with DEBUG flag"

parents d9ddcd6a bcf422bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ public class GraphicsEnvironment {
        }

        // If no temp rules, load the real ones from the APK
        if (rulesFd == null) {
        if (DEBUG && (rulesFd == null)) {

            // Pass the rules file to loader for ANGLE decisions
            AssetManager angleAssets = null;