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

Commit 57f75230 authored by Yiwei Zhang's avatar Yiwei Zhang
Browse files

Opengl: fix a type for GraphicsEnvironment

Bug: 140609421
Test: build, flash and boot
Change-Id: I62a5d4a2b25f2aace821f7f2cd9bf54f5894ef17
parent b74b3767
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ LayerLoader& LayerLoader::getInstance() {
const char kSystemLayerLibraryDir[] = "/data/local/debug/gles";

std::string LayerLoader::GetDebugLayers() {
    // Layers can be specified at the Java level in GraphicsEnvironemnt
    // Layers can be specified at the Java level in GraphicsEnvironment
    // gpu_debug_layers_gles = layer1:layer2:layerN
    std::string debug_layers = android::GraphicsEnv::getInstance().getDebugLayersGLES();