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

Commit 7e93b791 authored by Steven Moreland's avatar Steven Moreland
Browse files

Co-locate vr manifest entry with vr_hwc.

Bug: 110487738
Test: boot device, check manifest is installed
    in system/etc/vintf/manifest/
Test: check lshal to see vr_hwc serving the hal
Test: use daydream

Change-Id: I56e754ad9ea850fbc1875f1f6dbc0aae5450d5f7
parent 93a9ec16
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ cc_library_static {

cc_binary {
  name: "vr_hwc",
  vintf_fragments: ["manifest_vr_hwc.xml"],
  srcs: [
    "vr_hardware_composer_service.cpp"
  ],
+11 −0
Original line number Diff line number Diff line
<manifest version="1.0" type="framework">
    <hal>
      <name>android.hardware.graphics.composer</name>
      <transport>hwbinder</transport>
      <version>2.1</version>
      <interface>
          <name>IComposer</name>
          <instance>vr</instance>
      </interface>
    </hal>
</manifest>