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
This commit is contained in:
Jiyong Park
2017-05-08 13:29:35 +09:00
committed by Steven Moreland
parent d8f298365a
commit f012107aaa
2 changed files with 2 additions and 1 deletions

View File

@@ -231,6 +231,7 @@ cc_library_shared {
"libutils",
"libbinder",
"libui",
"libgraphicsenv",
"libgui",
"libsensor",
"libinput",

View File

@@ -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"