commit | 7e93b79102b849ec8338f252db9d7d0934776e9e | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Jun 22 15:11:19 2018 -0700 |
committer | Steven Moreland <smoreland@google.com> | Fri Jun 22 15:11:19 2018 -0700 |
tree | ed956d68b6d1bb1aff3eb168bf0967ef5832da02 | |
parent | 93a9ec16aafb00e5331228a506835e77a953a207 [diff] [blame] |
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
diff --git a/services/vr/hardware_composer/Android.bp b/services/vr/hardware_composer/Android.bp index 90edf69..0c91b07 100644 --- a/services/vr/hardware_composer/Android.bp +++ b/services/vr/hardware_composer/Android.bp
@@ -115,6 +115,7 @@ cc_binary { name: "vr_hwc", + vintf_fragments: ["manifest_vr_hwc.xml"], srcs: [ "vr_hardware_composer_service.cpp" ],