OSDN Git Service

Separate GraphicsEnv from libui
authorJiyong Park <jiyong@google.com>
Mon, 8 May 2017 04:29:35 +0000 (13:29 +0900)
committerSteven Moreland <smoreland@google.com>
Tue, 5 Sep 2017 23:49:31 +0000 (16:49 -0700)
GraphicsEnv class is separated from libui and became a standalone lib
'libgraphicsenv'.

Bug: 38097618
Test: sailfish builds and boots
Change-Id: I7a5c273ba9238c3a6c90e1de80b9e97fc0772188

core/jni/Android.bp
core/jni/android_os_GraphicsEnvironment.cpp

index abd6278..c5279e1 100644 (file)
@@ -231,6 +231,7 @@ cc_library_shared {
         "libutils",
         "libbinder",
         "libui",
+        "libgraphicsenv",
         "libgui",
         "libsensor",
         "libinput",
index 399dec8..f749488 100644 (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"