Memtrack HAL: Add stable AIDL implementation

Bug: 175021432
Test: adb shell dumpsys -l | grep android.hardware.memtrack.IMemtrack
Test: VtsHalMemtrackTargetTest
Change-Id: Ib6c634def4eeca62b0b2615dc7dc273183cda2b1
This commit is contained in:
Kalesh Singh
2020-12-01 11:47:01 -05:00
parent 2682ae4273
commit f4ab018143
18 changed files with 597 additions and 0 deletions

View File

@@ -334,6 +334,13 @@
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.memtrack</name>
<interface>
<name>IMemtrack</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.memtrack</name>
<version>1.0</version>