From a59fecc6a37ed92e1b26b96d544b95a526e06c6b Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Thu, 8 Sep 2022 13:11:10 +0800 Subject: [PATCH] get bt permission xml to gs-common Bug: 242661555 Test: connect to bluetooth Change-Id: I0ecc6c3bdc18c283e43360e165cc6d95da38c631 --- device.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/device.mk b/device.mk index 233d6751..c3241d9e 100644 --- a/device.mk +++ b/device.mk @@ -786,11 +786,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.frp.pst=/dev/block/by-name/frp -# Bluetooth -PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \ - frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml - # System props to enable Bluetooth Quality Report (BQR) feature ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) PRODUCT_PRODUCT_PROPERTIES += \