Skip to content

Commit

Permalink
sdm660-common: Build VR HAL
Browse files Browse the repository at this point in the history
Change-Id: I641c5f2bcbf31ff5a1dd26c9feb6209f7a5a633c
  • Loading branch information
mikeNG authored and rk779 committed Jul 30, 2020
1 parent 9fa0c5b commit 6f98c61
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.vr</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IVr</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.wifi</name>
<transport>hwbinder</transport>
Expand Down
7 changes: 7 additions & 0 deletions sdm660.mk
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \
frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.high_performance.xml \
frameworks/native/data/etc/android.hardware.vulkan.level-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml \
frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute.xml \
Expand Down Expand Up @@ -203,6 +204,12 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
vndk_package

# VR
PRODUCT_PACKAGES += \
vr.sdm660 \
[email protected] \
[email protected]

# Wifi
PRODUCT_PACKAGES += \
[email protected] \
Expand Down

0 comments on commit 6f98c61

Please sign in to comment.