diff options
author | Ryan Mitchell <rtmitchell@google.com> | 2019-10-10 08:09:29 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | 6eb9938515a3a7ecf7c421a187105fb6ec9fea6b (patch) | |
tree | 999ab6070b7f503be8f249d7d4c88fcb0aab2f4a /msm8996.mk | |
parent | 1daff552d42e6f176f3f7236b91c34cf9d785eaf (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-x | msm8996.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |