aboutsummaryrefslogtreecommitdiff
path: root/msm8996.mk
diff options
context:
space:
mode:
authorRyan Mitchell <rtmitchell@google.com>2019-10-10 08:09:29 -0700
committerDavide Garberi <dade.garberi@gmail.com>2021-10-19 15:09:38 +0200
commit6eb9938515a3a7ecf7c421a187105fb6ec9fea6b (patch)
tree999ab6070b7f503be8f249d7d4c88fcb0aab2f4a /msm8996.mk
parent1daff552d42e6f176f3f7236b91c34cf9d785eaf (diff)
msm8996-common: Use component-override to configure Bluetooth
Runtime Resource Overlays (RROs) can no longer change the value of resources in manifest when read during PackagerParser. This change uses component-override to enable the service by default. Remove usages of profile_supported_* from overlays as they no longer configure the enable state of Bluetooth components. Bug: 135048762 Test: adb shell pm query-services \ com.android.bluetooth/.avrcpcontroller.AvrcpControllerService adb shell pm query-services \ com.android.bluetooth/.hfpclient.HeadsetClientService adb shell pm query-services \ com.android.bluetooth/.sap.SapService Change-Id: I284d254a921b14d1533745611a083f4b5a27d9dc
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-xmsm8996.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/msm8996.mk b/msm8996.mk
index 98a3321..4677701 100755
--- a/msm8996.mk
+++ b/msm8996.mk
@@ -164,6 +164,10 @@ PRODUCT_PACKAGES += \
init.wlan.sh \
ueventd.qcom.rc
+# Component overrides
+PRODUCT_COPY_FILES += \
+ $(LOCAL_PATH)/configs/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml
+
# ConfigPanel
PRODUCT_PACKAGES += \
ConfigPanel