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

Commit fb5369bc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Separate GraphicsEnv from libui"

parents 6cfa7f2f f012107a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -231,6 +231,7 @@ cc_library_shared {
        "libutils",
        "libbinder",
        "libui",
        "libgraphicsenv",
        "libgui",
        "libsensor",
        "libinput",
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#define LOG_TAG "GraphicsEnvironment"

#include <ui/GraphicsEnv.h>
#include <graphicsenv/GraphicsEnv.h>
#include <nativehelper/ScopedUtfChars.h>
#include "core_jni_helpers.h"