Skip to content

Commit

Permalink
msm8960-common: Binderize Memtrack HAL
Browse files Browse the repository at this point in the history
  • Loading branch information
TARKZiM committed Aug 19, 2021
1 parent a6ff6ee commit ca5afd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</hal>
<hal format="hidl">
<name>android.hardware.memtrack</name>
<transport arch="32">passthrough</transport>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IMemtrack</name>
Expand Down
3 changes: 2 additions & 1 deletion msm8960.mk
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ PRODUCT_COPY_FILES += \

# Memtrack HIDL interfaces
PRODUCT_PACKAGES += \
[email protected]
[email protected] \
[email protected]

# Net
PRODUCT_PACKAGES += \
Expand Down

0 comments on commit ca5afd8

Please sign in to comment.