Skip to content

Commit

Permalink
Switch allocator & mapper from 2.0 to 4.0
Browse files Browse the repository at this point in the history
This to help enable allocator & mapper to 4.0, which is
required to support API 30.

Tracked-On: OAM-105783
Signed-off-by: Huang Rui <[email protected]>
  • Loading branch information
huangrui666 committed Apr 13, 2023
1 parent 56bf9bb commit 3ad67ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions cic_cloud/device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,8 @@ PRODUCT_PACKAGES += \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected]
[email protected] \
[email protected]

PRODUCT_PACKAGES += \
vulkan.intel \
Expand Down
4 changes: 2 additions & 2 deletions cic_cloud/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
<transport>hwbinder</transport>
<version>2.0</version>
<version>4.0</version>
<interface>
<name>IAllocator</name>
<instance>default</instance>
Expand All @@ -81,7 +81,7 @@
<hal format="hidl">
<name>android.hardware.graphics.mapper</name>
<transport arch="32+64">passthrough</transport>
<version>2.0</version>
<version>4.0</version>
<interface>
<name>IMapper</name>
<instance>default</instance>
Expand Down

0 comments on commit 3ad67ba

Please sign in to comment.