Skip to content

Commit

Permalink
m1s1: Ditch VR HAL
Browse files Browse the repository at this point in the history
Change-Id: Id85d2dd3eb1694cbc6c5246f2aeb92462d15f2cf
  • Loading branch information
bgcngm authored and mikeNG committed Jan 26, 2025
1 parent 4ff1492 commit efa6680
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
7 changes: 1 addition & 6 deletions device-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ PRODUCT_PACKAGES += \
android.hardware.light@2.0-service \
android.hardware.memtrack@1.0-service \
android.hardware.power@1.1-service.marlin \
android.hardware.sensors@1.0-service \
android.hardware.vr@1.0-service \
android.hardware.sensors@1.0-service

PRODUCT_PROPERTY_OVERRIDES += ro.hardware.power=marlin

Expand Down Expand Up @@ -469,10 +468,6 @@ PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-impl \
android.hardware.thermal@1.0-service

# VR
PRODUCT_PACKAGES += \
android.hardware.vr@1.0-impl:64

# Gralloc
PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0-impl:64 \
Expand Down
9 changes: 0 additions & 9 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,15 +240,6 @@
<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>vendor.nxp.nxpnfc</name>
<transport>hwbinder</transport>
Expand Down

0 comments on commit efa6680

Please sign in to comment.