diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2022-09-09 02:34:49 +0300 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2022-09-09 02:34:49 +0300 |
| commit | 81300cd1375f972017948dd628332641e7256fa7 (patch) | |
| tree | 9e163c66939b3b50ee3bf8b043e9654cc27d08c8 /overlay | |
| parent | 99719c4acd66e5224ced9a61b49f04c7f1bd079a (diff) | |
| parent | 9272e67129c2e3dd5b15d50f6bca36e80b8b612b (diff) | |
Merge remote-tracking branch 'aosp/master' into lineage-20
* aosp/master:
Disable LE audio related profiles for bonito
Set default the Bluetooth class of device
Use the ?= operator so BT properties can be overridden
Update LE Audio profile properties to match spec and implementation
Non-module targets.
Add new notice file build logic
Enable bluetooth profiles with product.prop
Update bonito SVN to 58
Fixed status bar glitch for apps that access internal resource dimen
Non-module target.
Revert "Migrate the blkio controller to the cgroup v2 hierarchy"
Migrate the blkio controller to the cgroup v2 hierarchy
Add new notice file build logic
Update bonito SVN to 57 Bug: 223313197
Move comment to license_note
Declare license metadata for copied files.
Align ASHA prop with BluetoothProperties
Update bonito SVN to 56
Unpin updatable-media from memory on bonito
Added new vendors for Bluetooth config migration
Inline usages of LOCAL_STEM
Update Bonito SVN to 54
Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
Update Bonito SVN to 53
Update Bonito SVN to 52
Removing 'verity_update_state'
Fix build break
Update B4/S4 SVN to 50
Update Bonito SVN to 49
Update Bonito SVN to 47
Update Bonito SVN to 46
Bypass build time check for users-libs
sync codebase
DO NOT MERGE Update Bonito SVN to 42
Replace writepid with task_profiles command for cgroup migration
Disable dexpreopt and <uses-library> check for APKs.
DO NOT MERGE Update Bonito SVN to 41
Correct file name to fix regulatory label missing on G020E
DO NOT MERGE Update Bonito SVN to 40
DO NOT MERGE Update Bonito SVN to 39
Conflicts:
device.mk
overlay/frameworks/base/core/res/res/values/config.xml
Change-Id: I5d96d6ac283310cd3370d41363fbe14e2234a987
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 9f9bd59a..c8436aa2 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -142,15 +142,9 @@ device does not support multiple advertisement--> <integer translatable="false" name="config_bluetooth_max_advertisers">4</integer> - <!-- Whether Hearing Aid profile is supported --> - <bool name="config_hearing_aid_profile_supported">true</bool> - <!-- Operating voltage for bluetooth controller. 0 by default--> <integer translatable="false" name="config_bluetooth_operating_voltage_mv">3300</integer> - <!-- Boolean indicating if current platform supports HFP inband ringing --> - <bool name="config_bluetooth_hfp_inband_ringing_support">true</bool> - <bool translatable="false" name="config_tether_upstream_automatic">true</bool> <!-- This string array should be overridden by the device to present a list of network @@ -279,7 +273,6 @@ <item>"/system/framework/services.jar"</item> <item>"/apex/com.android.art/javalib/core-oj.jar"</item> <item>"/apex/com.android.art/javalib/core-libart.jar"</item> - <item>"/apex/com.android.media/javalib/updatable-media.jar"</item> <item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item> <item>"/system/bin/surfaceflinger"</item> </string-array> |
