mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Import stock audio policy config
Signed-off-by: SamarV-121 <samarvispute121@gmail.com> Change-Id: I017e01d91f5404ef46258eb4d1b3604a28276bd7
This commit is contained in:
parent
c091426d08
commit
b0ccbed33a
3 changed files with 138 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ $(call inherit-product-if-exists, vendor/samsung/universal7904-common/universal7
|
|||
PRODUCT_AAPT_CONFIG := normal
|
||||
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
|
||||
|
||||
# Audio
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/audio_policy_configuration.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/audio_policy_configuration.xml
|
||||
|
||||
# Bluetooth
|
||||
PRODUCT_PACKAGES += \
|
||||
audio.a2dp.default
|
||||
|
|
|
|||
Loading…
Reference in a new issue