sdm710-common: Nuke BluetoothResCommon
* Not needed on Q vendor Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
2be973bcd6
commit
a75d676746
5 changed files with 0 additions and 21 deletions
|
@ -1,8 +0,0 @@
|
||||||
LOCAL_PATH := $(call my-dir)
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
LOCAL_PACKAGE_NAME := BluetoothResCommon
|
|
||||||
LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay
|
|
||||||
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
|
|
||||||
LOCAL_PRIVATE_PLATFORM_APIS := true
|
|
||||||
include $(BUILD_PACKAGE)
|
|
|
@ -1,3 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="28" android:compileSdkVersionCodename="9" package="com.android.bluetooth.overlay.common" platformBuildVersionCode="28" platformBuildVersionName="9">
|
|
||||||
<overlay android:isStatic="true" android:targetPackage="com.android.bluetooth"/>
|
|
||||||
</manifest>
|
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<bool name="profile_supported_avrcp_controller">true</bool>
|
|
||||||
<bool name="profile_supported_sap">true</bool>
|
|
||||||
<bool name="profile_supported_hid_device">false</bool>
|
|
||||||
<bool name="profile_supported_ba">true</bool>
|
|
||||||
</resources>
|
|
|
@ -10,8 +10,6 @@ on post-fs
|
||||||
mount none /fstab.qcom /vendor/etc/fstab.qcom bind
|
mount none /fstab.qcom /vendor/etc/fstab.qcom bind
|
||||||
|
|
||||||
on boot
|
on boot
|
||||||
mount none /system/overlay/BluetoothResCommon.apk /vendor/overlay/BluetoothResCommon.apk bind
|
|
||||||
|
|
||||||
# Touchscreen
|
# Touchscreen
|
||||||
chown system system /proc/touchpanel/oppo_tp_limit_enable
|
chown system system /proc/touchpanel/oppo_tp_limit_enable
|
||||||
chown system system /proc/touchpanel/oppo_tp_limit_area
|
chown system system /proc/touchpanel/oppo_tp_limit_area
|
||||||
|
|
|
@ -32,7 +32,6 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
BluetoothResCommon \
|
|
||||||
libldacBT_dec
|
libldacBT_dec
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
|
|
Loading…
Reference in a new issue