mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user