Skip to content

Commit

Permalink
garnet: configs: Declare missing android.hardware.graphics.allocator …
Browse files Browse the repository at this point in the history
…IAllocator

- Could not find android.hardware.graphics.allocator.IAllocator/default in the VINTF manifest. No alternative instances declared in VINTF.
- Could not find android.hardware.graphics.allocator.IAllocator/default in the VINTF manifest. No alternative instances declared in VINTF.

Signed-off-by: kleidione <kleidione@gmail.com>
  • Loading branch information
kleidione committed Jan 22, 2025
1 parent 4fb418f commit 0da7636
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configs/hidl/device_framework_compatibility_matrix.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@
<instance>software</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.graphics.allocator</name>
<interface>
<name>IAllocator</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>

0 comments on commit 0da7636

Please sign in to comment.