Support DBA HAL for gs201
Previously supported in only gs101. Now extend it to all common cases. Bug: 263394888 Test: Built and ran DBA HAL on Android Device Change-Id: I1e2160cf1547430872efd7973d1d6414d9d9f2f8
This commit is contained in:
parent
09b4d0e5bb
commit
54b64fbf4d
2 changed files with 8 additions and 1 deletions
|
@ -1125,7 +1125,6 @@ $(call soong_config_set,edgetpu_config,chip,janeiro)
|
|||
# TPU firmware
|
||||
PRODUCT_PACKAGES += edgetpu-janeiro.fw
|
||||
|
||||
|
||||
# Connectivity Thermal Power Manager
|
||||
PRODUCT_PACKAGES += \
|
||||
ConnectivityThermalPowerManager
|
||||
|
|
|
@ -96,6 +96,14 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<name>com.google.edgetpu.dba</name>
|
||||
<version>1</version>
|
||||
<interface>
|
||||
<name>IDevice</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<name>com.google.hardware.pixel.display</name>
|
||||
<version>8</version>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue