mirror of
https://github.com/Evolution-X-Devices/device_oneplus_sm8550-common
synced 2026-02-01 11:00:20 +00:00
sm8350-common: Import cleaned LAHAINA RROs from LE2125_11.C.48
Change-Id: I6c668a7fb81fbe69fbdb9c75725bb586010c75d9
This commit is contained in:
committed by
Michael Bestas
parent
a3c233ac77
commit
bfc91897cc
@@ -40,7 +40,9 @@ DEVICE_PACKAGE_OVERLAYS += \
|
||||
|
||||
PRODUCT_ENFORCE_RRO_TARGETS := *
|
||||
PRODUCT_PACKAGES += \
|
||||
CarrierConfigResCommon
|
||||
CarrierConfigResCommon \
|
||||
FrameworksResTarget \
|
||||
WifiResTarget
|
||||
|
||||
# Permissions
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
||||
10
overlay/FrameworksResTarget/Android.bp
Normal file
10
overlay/FrameworksResTarget/Android.bp
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Copyright (C) 2022 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "FrameworksResTarget",
|
||||
sdk_version: "current",
|
||||
vendor: true,
|
||||
}
|
||||
13
overlay/FrameworksResTarget/AndroidManifest.xml
Normal file
13
overlay/FrameworksResTarget/AndroidManifest.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="android.overlay.target">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="250"
|
||||
android:targetPackage="android" />
|
||||
</manifest>
|
||||
73
overlay/FrameworksResTarget/res/values/config.xml
Normal file
73
overlay/FrameworksResTarget/res/values/config.xml
Normal file
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The Linux Foundation
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Control whether the always on display mode is available. This should only be enabled on
|
||||
devices where the display has been tuned to be power efficient in DOZE and/or DOZE_SUSPEND
|
||||
states. -->
|
||||
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
|
||||
|
||||
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
|
||||
autodetected from the Configuration. -->
|
||||
<bool name="config_showNavigationBar">true</bool>
|
||||
|
||||
<!-- When true use the linux /dev/input/event subsystem to detect the switch changes
|
||||
on the headphone/microphone jack. When false use the older uevent framework. -->
|
||||
<bool name="config_useDevInputEventForAudioJack">true</bool>
|
||||
|
||||
<!-- Idle current for bluetooth controller. 0 by default -->
|
||||
<integer name="config_bluetooth_idle_cur_ma">6</integer>
|
||||
|
||||
<!-- Operating volatage for bluetooth controller. 0 by default -->
|
||||
<integer name="config_bluetooth_operating_voltage_mv">3700</integer>
|
||||
|
||||
<!-- Rx current for bluetooth controller. 0 by default-->
|
||||
<integer name="config_bluetooth_rx_cur_ma">28</integer>
|
||||
|
||||
<!-- Tx current for bluetooth controller. 0 by default -->
|
||||
<integer name="config_bluetooth_tx_cur_ma">36</integer>
|
||||
|
||||
<!-- Telephony qualified networks service package name to bind to by default. -->
|
||||
<string name="config_qualified_networks_service_package">vendor.qti.iwlan</string>
|
||||
|
||||
<!-- IWLAN data service package name to bind to by default. If none is specified in an overlay, an
|
||||
empty string is passed in -->
|
||||
<string name="config_wlan_data_service_package">vendor.qti.iwlan</string>
|
||||
|
||||
<!-- IWLAN network service package name to bind to by default. If none is specified in an overlay, an
|
||||
empty string is passed in -->
|
||||
<string name="config_wlan_network_service_package">vendor.qti.iwlan</string>
|
||||
|
||||
<!-- Default files to pin via Pinner Service -->
|
||||
<string-array name="config_defaultPinnerServiceFiles">
|
||||
<item>/system/framework/arm64/boot-framework.oat</item>
|
||||
<item>/system/framework/arm/boot-framework.oat</item>
|
||||
<item>/apex/com.android.art/javalib/arm64/boot-core-libart.oat</item>
|
||||
<item>/apex/com.android.art/javalib/arm/boot-core-libart.oat</item>
|
||||
<item>/apex/com.android.art/javalib/arm64/boot-okhttp.oat</item>
|
||||
<item>/apex/com.android.art/javalib/arm/boot-okhttp.oat</item>
|
||||
<item>/apex/com.android.art/javalib/arm64/boot.vdex</item>
|
||||
<item>/apex/com.android.art/javalib/arm/boot.vdex</item>
|
||||
<item>/apex/com.android.art/javalib/arm64/boot-core-libart.vdex</item>
|
||||
<item>/apex/com.android.art/javalib/arm/boot-core-libart.vdex</item>
|
||||
<item>/apex/com.android.art/javalib/arm64/boot-core-libart.art</item>
|
||||
<item>/apex/com.android.art/javalib/arm/boot-core-libart.art</item>
|
||||
<item>/system/framework/framework-res.apk</item>
|
||||
<item>/system/lib64/libhwui.so</item>
|
||||
<item>/system/lib/libhwui.so</item>
|
||||
<item>/system/framework/boot-framework.vdex</item>
|
||||
<item>/system/framework/oat/arm64/services.vdex</item>
|
||||
<item>/system/framework/oat/arm64/services.odex</item>
|
||||
<item>/apex/com.android.art/javalib/arm64/boot.oat</item>
|
||||
<item>/apex/com.android.art/javalib/arm/boot.oat</item>
|
||||
<item>/system/framework/telephony-common.jar</item>
|
||||
<item>/system/framework/arm64/boot-telephony-common.art</item>
|
||||
<item>/system/lib64/libsurfaceflinger.so</item>
|
||||
<item>/apex/com.android.art/javalib/core-oj.jar</item>
|
||||
<item>/apex/com.android.art/javalib/core-libart.jar</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
10
overlay/WifiResTarget/Android.bp
Normal file
10
overlay/WifiResTarget/Android.bp
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Copyright (C) 2022 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "WifiResTarget",
|
||||
sdk_version: "current",
|
||||
vendor: true,
|
||||
}
|
||||
14
overlay/WifiResTarget/AndroidManifest.xml
Normal file
14
overlay/WifiResTarget/AndroidManifest.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.wifi.resources.overlay.target">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="250"
|
||||
android:targetName="WifiCustomization"
|
||||
android:targetPackage="com.android.wifi.resources" />
|
||||
</manifest>
|
||||
20
overlay/WifiResTarget/res/values/config.xml
Normal file
20
overlay/WifiResTarget/res/values/config.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The Linux Foundation
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Boolean indicating performing a partial initial scan is enabled -->
|
||||
<bool name="config_wifiEnablePartialInitialScan">true</bool>
|
||||
|
||||
<!-- Wifi driver supports IEEE80211AX single user beamformee for softap -->
|
||||
<bool name="config_wifiSoftapHeSuBeamformeeSupported">true</bool>
|
||||
|
||||
<!-- Wifi driver supports IEEE80211AX single user beamformer for softap -->
|
||||
<bool name="config_wifiSoftapHeSuBeamformerSupported">true</bool>
|
||||
|
||||
<!-- Wifi driver supports IEEE80211AX for softap -->
|
||||
<bool name="config_wifiSoftapIeee80211axSupported">true</bool>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user