diff options
| author | 2017-05-08 13:00:02 +0900 | |
|---|---|---|
| committer | 2017-05-08 15:29:35 +0900 | |
| commit | 27c39e15019ac37029867a12964868d18ae1c109 (patch) | |
| tree | e11915c44dbc284d3456e6a95e89b13f51503084 /vulkan/libvulkan/driver.cpp | |
| parent | 4c82d82a4bc09f959b61fc03440e1c93ef26ead7 (diff) | |
GraphicsEnv is separated from libui
GraphicsEnv class is separated from libui in order to make libui VNDK.
The class is then built as a standalone library named
'libgraphicsenv.so'. Clients that were using the GraphicsEnv class are
also updated to reference the new library.
Bug: 38097618
Test: sailfish builds and boots
Change-Id: I4c35fdff0e92453b98ea21136ef0f99fab01b6f8
Diffstat (limited to 'vulkan/libvulkan/driver.cpp')
| -rw-r--r-- | vulkan/libvulkan/driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vulkan/libvulkan/driver.cpp b/vulkan/libvulkan/driver.cpp index f2cd8e6bc3..1667133984 100644 --- a/vulkan/libvulkan/driver.cpp +++ b/vulkan/libvulkan/driver.cpp @@ -28,7 +28,7 @@ #include <android/dlext.h> #include <cutils/properties.h> -#include <ui/GraphicsEnv.h> +#include <graphicsenv/GraphicsEnv.h> #include <utils/Vector.h> #include "driver.h" |