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:
Sourajit Karmakar
2025-01-06 22:42:42 +01:00
committed by Haky86
parent c210a14364
commit 635a498cd4
4 changed files with 0 additions and 41 deletions

View File

@@ -72,7 +72,6 @@ PRODUCT_COPY_FILES += \
# Bluetooth
PRODUCT_PACKAGES += \
aptxalsOverlay \
audio.bluetooth.default \
# Camera

View File

@@ -1,10 +0,0 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "aptxalsOverlay",
vendor: true,
}

View File

@@ -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>

View File

@@ -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>