Modify WifiOverlay to M25
Bug: 298309659 Change-Id: Ie326e1037aa84ac9832bfe87f47a27d7572f6b3b
This commit is contained in:
parent
a5146d127e
commit
38eec85603
3 changed files with 3 additions and 22 deletions
|
@ -1,19 +0,0 @@
|
||||||
# This is BTBCM HAL overlay configuration file.
|
|
||||||
|
|
||||||
# Uart port name
|
|
||||||
UartPort = /dev/ttySAC18
|
|
||||||
|
|
||||||
# Userial type
|
|
||||||
# UserialType = 2
|
|
||||||
|
|
||||||
# Sar backOff high resolution support
|
|
||||||
SarBackOffHighResolution = true
|
|
||||||
|
|
||||||
# Update BQR Event Mask property value
|
|
||||||
BqrEventMaskValueUpdate = 262238
|
|
||||||
|
|
||||||
BtA2dpOffloadCap = sbc-aac-aptx-aptxhd-ldac-opus
|
|
||||||
|
|
||||||
BtOpusEnabled = true
|
|
||||||
|
|
||||||
AccelBtDisable = false
|
|
|
@ -196,7 +196,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
|
||||||
# WiFi Overlay
|
# WiFi Overlay
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
WifiOverlay2024
|
WifiOverlay2024_M25
|
||||||
|
|
||||||
# Trusty liboemcrypto.so
|
# Trusty liboemcrypto.so
|
||||||
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/tegu/prebuilts
|
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/tegu/prebuilts
|
||||||
|
|
|
@ -10,8 +10,8 @@ package {
|
||||||
}
|
}
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "WifiOverlay2024",
|
name: "WifiOverlay2024_M25",
|
||||||
theme: "WifiOverlay2024",
|
theme: "WifiOverlay2024_M25",
|
||||||
certificate: "platform",
|
certificate: "platform",
|
||||||
sdk_version: "current",
|
sdk_version: "current",
|
||||||
product_specific: true
|
product_specific: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue