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

Commit e2245181 authored by Alec Mouri's avatar Alec Mouri
Browse files

Namespace stagefright's RenderEngine backend toggle.

The fork in SF is toggling between skia and GLES, so we should
disambiguate to be hygienic.

Bug: 175348740
Test: builds
Change-Id: I9d922f526a4791e38ebefad63daaf7eeca3cedc4
parent 92bb814c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@
/**
/**
 * Allows to set RenderEngine backend to GLES (default) or Vulkan (NOT yet supported).
 * Allows to set RenderEngine backend to GLES (default) or Vulkan (NOT yet supported).
 */
 */
#define PROPERTY_DEBUG_RENDERENGINE_BACKEND "debug.renderengine.backend"
#define PROPERTY_DEBUG_RENDERENGINE_BACKEND "debug.stagefright.renderengine.backend"


struct ANativeWindowBuffer;
struct ANativeWindowBuffer;