Skip to content

Commit

Permalink
realme_trinket: Bind audio_policy_configuration to vendor_overlay
Browse files Browse the repository at this point in the history
* This will override config file in vendor partition
  • Loading branch information
dodyirawan85 committed Oct 12, 2020
1 parent b223664 commit 958267c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ PRODUCT_PACKAGES += \
audio.a2dp.default

PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audio_policy_engine_configuration.xml:$(TARGET_COPY_OUT_PRODUCT)/vendor_overlay/$(PRODUCT_TARGET_VNDK_VERSION)/etc/audio_policy_engine_configuration.xml
$(LOCAL_PATH)/audio/audio_policy_engine_configuration.xml:$(TARGET_COPY_OUT_PRODUCT)/vendor_overlay/$(PRODUCT_TARGET_VNDK_VERSION)/etc/audio_policy_engine_configuration.xml \
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_PRODUCT)/vendor_overlay/$(PRODUCT_TARGET_VNDK_VERSION)/etc/audio_policy_configuration.xml \
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_PRODUCT)/vendor_overlay/$(PRODUCT_TARGET_VNDK_VERSION)/etc/audio/audio_policy_configuration.xml

# Bluetooth
PRODUCT_PACKAGES += \
Expand Down

0 comments on commit 958267c

Please sign in to comment.