From 8085e369d50cd6944a698ad4098b140129af4d55 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Thu, 8 Sep 2022 12:56:57 +0800 Subject: [PATCH] get bt permission xml to gs-common Bug: 242661555 Test: connect to bluetooth Change-Id: I9ddee804acbbf7f29e85ab04a8df0b9ab6f527c5 --- device.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/device.mk b/device.mk index c7fa7a0c..142fc6b3 100644 --- a/device.mk +++ b/device.mk @@ -829,11 +829,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 += \