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

Commit eab94c8f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "libvulkan: remove a redundant check debuggable logic" into qt-qpr1-dev

parents be164dec 279df620
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -124,8 +124,7 @@ class OverrideLayerNames {
    };

    void AddImplicitLayers() {
        if (!is_instance_ ||
            !android::GraphicsEnv::getInstance().isDebuggable())
        if (!is_instance_)
            return;

        GetLayersFromSettings();