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

Commit 354ac499 authored by Jiyong Park's avatar Jiyong Park
Browse files

Separate GraphicsEnv from libui

GraphicsEnv class is separated from libui and became a standalone lib
'libgraphicsenv'.

Bug: 38097618
Test: sailfish builds and boots
Change-Id: I7a5c273ba9238c3a6c90e1de80b9e97fc0772188
parent 547a7ec9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -230,6 +230,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"