Bundle handheld_core_hardware.xml am: b5b4257926

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/17155683

Change-Id: I4c1b4489d9719814d305acc1d1178d221e6e35f5
This commit is contained in:
Ben Murdoch 2022-03-14 11:16:34 +00:00 committed by Automerger Merge Worker
commit c4dab33ee7
4 changed files with 16 additions and 0 deletions

View file

@ -238,3 +238,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio_offload.disabled=true \
persist.bluetooth.le_audio_test=true
endif
# Device features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml

View file

@ -255,3 +255,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio_offload.disabled=true \
persist.bluetooth.le_audio_test=true
endif
# Device features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml

View file

@ -116,3 +116,7 @@ PRODUCT_COPY_FILES += \
# This device is shipped with 31 (Android S)
PRODUCT_SHIPPING_API_LEVEL := 31
# Device features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml

View file

@ -97,3 +97,7 @@ PRODUCT_COPY_FILES += \
# This device is shipped with 31 (Android S)
PRODUCT_SHIPPING_API_LEVEL := 31
# Device features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml