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

Commit b3244571 authored by Daniel Nicoara's avatar Daniel Nicoara Committed by Android (Google) Code Review
Browse files

Merge "VR: Remove HIDL VR Composer from service/vr/vr_window_manager" into oc-dev

parents 7ad6b132 95a99a1d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ staticLibraries = [
]

sharedLibraries = [
    "android.dvr.composer@1.0",
    "android.hardware.graphics.allocator@2.0",
    "android.hardware.graphics.composer@2.1",
    "libbinder",
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ LOCAL_STATIC_LIBRARIES := \
    libvrflinger

LOCAL_SHARED_LIBRARIES := \
    android.dvr.composer@1.0 \
    android.frameworks.vr.composer@1.0 \
    android.hardware.graphics.allocator@2.0 \
    android.hardware.graphics.composer@2.1 \
    android.hardware.configstore@1.0 \
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#undef LOG_TAG
#define LOG_TAG "HwcComposer"

#include <android/dvr/composer/1.0/IVrComposerClient.h>
#include <android/frameworks/vr/composer/1.0/IVrComposerClient.h>
#include <inttypes.h>
#include <log/log.h>
#include <gui/BufferQueue.h>
@@ -26,7 +26,7 @@

namespace android {

using dvr::composer::V1_0::IVrComposerClient;
using frameworks::vr::composer::V1_0::IVrComposerClient;
using hardware::Return;
using hardware::hidl_vec;
using hardware::hidl_handle;
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ cc_binary {
    "libvr_hwc-binder",
  ],
  shared_libs: [
    "android.dvr.composer@1.0",
    "android.frameworks.vr.composer@1.0",
    "android.hardware.graphics.composer@2.1",
    "libbase",
    "libbinder",
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ static_libs = [
]

shared_libs = [
    "android.dvr.composer@1.0",
    "android.frameworks.vr.composer@1.0",
    "android.hardware.graphics.composer@2.1",
    "libvrhwc",
    "libbase",
Loading