Skip to content

Commit

Permalink
sm7325-common: Switch to QTI Memtrack AIDL HAL
Browse files Browse the repository at this point in the history
Change-Id: Ibcbaff02fd56fbccc3a88c01a5f46a89cb212ef5
  • Loading branch information
me-cafebabe authored and ThEMarD committed Sep 25, 2024
1 parent d7fb921 commit c32c795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
6 changes: 2 additions & 4 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
android.hardware.graphics.mapper@3.0-impl-qti-display \
android.hardware.graphics.mapper@4.0-impl-qti-display \
android.hardware.memtrack@1.0-impl \
android.hardware.memtrack@1.0-service \
init.qti.display_boot.rc \
init.qti.display_boot.sh \
gralloc.default \
Expand All @@ -162,7 +160,6 @@ PRODUCT_PACKAGES += \
libsdmutils \
libtinyxml \
libvulkan \
memtrack.default \
vendor.display.config@1.15 \
vendor.display.config@1.15.vendor \
vendor.display.config@2.0 \
Expand All @@ -173,7 +170,8 @@ PRODUCT_PACKAGES += \
vendor.qti.hardware.display.mapper@1.1.vendor \
vendor.qti.hardware.display.mapper@2.0.vendor \
vendor.qti.hardware.display.mapper@3.0.vendor \
vendor.qti.hardware.display.mapper@4.0.vendor
vendor.qti.hardware.display.mapper@4.0.vendor \
vendor.qti.hardware.memtrack-service

# DRM
PRODUCT_PACKAGES += \
Expand Down
9 changes: 0 additions & 9 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.memtrack</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IMemtrack</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.nfc</name>
<transport>hwbinder</transport>
Expand Down

0 comments on commit c32c795

Please sign in to comment.