a71-common: rro_overlays: Completely drop aptxals framework and related blobs
* This constantly crashes potentially because of the major BT stack changes introduced in QRP1. We need to wait for QCOM to pick and adapt this changes internally. E AndroidRuntime: java.lang.NoSuchMethodError: No virtual method isBroadcastActive()Z in class Landroid/bluetooth/BluetoothAdapter; or its super classes (declaration of 'android.bluetooth.BluetoothAdapter' appears in /apex/com.android.btservices/javalib/framework-bluetooth.jar) Change-Id: I8a5537122f5487a17af4ddbb6f1febd91ba20245
This commit is contained in:
committed by
Haky86
parent
c210a14364
commit
635a498cd4
@@ -72,7 +72,6 @@ PRODUCT_COPY_FILES += \
|
||||
|
||||
# Bluetooth
|
||||
PRODUCT_PACKAGES += \
|
||||
aptxalsOverlay \
|
||||
audio.bluetooth.default \
|
||||
|
||||
# Camera
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
//
|
||||
// Copyright (C) 2024 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "aptxalsOverlay",
|
||||
vendor: true,
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
* Copyright (c) 2024 The LineageOS Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.qualcomm.qtil.aptxalsOverlay">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="550"
|
||||
android:targetPackage="com.qualcomm.qtil.aptxals" />
|
||||
</manifest>
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
* Copyright (C) 2024 The LineageOS Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<string name="a2dp_offload_enabled">true</string>
|
||||
<string name="refresh_audio_profile_count_enabled">false</string>
|
||||
<string name="ui_app_package_name">com.qualcomm.qtil.aptxui</string>
|
||||
<string name="ui_app_service_class">aptxuiService</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user