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

Commit 07adff7b authored by Alex Vakulenko's avatar Alex Vakulenko
Browse files

Remove makefiles for vr_window_manager

This is temporary until we figure out what to do with vendor-specific
gralloc calls in vr_window_manager

Bug: 34819414
Test: `make checkbuild -j32` succeeds
Change-Id: I9e37af1e5fce50acc4930ea241ce7208e5ce6a52
parent bff27a43
Loading
Loading
Loading
Loading
+43 −43
Original line number Original line Diff line number Diff line
@@ -2,46 +2,46 @@ subdirs = [
  "1.0",
  "1.0",
]
]


cc_library_shared {
//cc_library_shared {
  name: "libvrhwc",
//  name: "libvrhwc",

//
  srcs: [
//  srcs: [
    "impl/sync_timeline.cpp",
//    "impl/sync_timeline.cpp",
    "impl/vr_composer_view.cpp",
//    "impl/vr_composer_view.cpp",
    "impl/vr_hwc.cpp",
//    "impl/vr_hwc.cpp",
    "impl/vr_composer_client.cpp",
//    "impl/vr_composer_client.cpp",
  ],
//  ],

//
  static_libs: [
//  static_libs: [
    "libhwcomposer-client",
//    "libhwcomposer-client",
  ],
//  ],

//
  shared_libs: [
//  shared_libs: [
    "android.dvr.composer@1.0",
//    "android.dvr.composer@1.0",
    "android.hardware.graphics.composer@2.1",
//    "android.hardware.graphics.composer@2.1",
    "libbase",
//    "libbase",
    "libcutils",
//    "libcutils",
    "libfmq",
//    "libfmq",
    "libhardware",
//    "libhardware",
    "libhidlbase",
//    "libhidlbase",
    "libhidltransport",
//    "libhidltransport",
    "liblog",
//    "liblog",
    "libsync",
//    "libsync",
    "libui",
//    "libui",
    "libutils",
//    "libutils",
  ],
//  ],

//
  export_include_dirs: ["."],
//  export_include_dirs: ["."],

//
  include_dirs: [
//  include_dirs: [
    // Access to software sync timeline.
//    // Access to software sync timeline.
    "system/core/libsync",
//    "system/core/libsync",

//
    // Access to internal gralloc implementation.
//    // Access to internal gralloc implementation.
    "hardware/qcom/display/msm8996/libgralloc",
//    "hardware/qcom/display/msm8996/libgralloc",
  ],
//  ],

//
  cflags: [
//  cflags: [
    "-DLOG_TAG=\"vrhwc\"",
//    "-DLOG_TAG=\"vrhwc\"",
  ],
//  ],
}
//}