Merge "Separate GraphicsEnv from libui"

This commit is contained in:
Treehugger Robot
2017-09-06 15:53:00 +00:00
committed by Gerrit Code Review
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"