Snap for 9348489 from 1e7de8795f
to udc-release
Change-Id: Ia656410519da55602d8a83ee1a3db1c6b545f6c7
This commit is contained in:
commit
8a1caa5326
4 changed files with 12 additions and 0 deletions
|
@ -343,6 +343,11 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.audio.cca.enabled=false
|
||||
|
||||
# The default value of this variable is false and should only be set to true when
|
||||
# the device allows users to enable the seamless transfer feature.
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
euicc.seamless_transfer_enabled_in_non_qs=true
|
||||
|
||||
# Device features
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
||||
|
|
|
@ -26,6 +26,7 @@ include device/google/gs201/device-shipping-common.mk
|
|||
include device/google/pantah/audio/cloudripper/audio-tables.mk
|
||||
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
||||
include device/google/gs-common/bcmbt/bluetooth.mk
|
||||
include device/google/gs-common/touch/syna/syna.mk
|
||||
|
||||
# go/lyric-soong-variables
|
||||
$(call soong_config_set,lyric,camera_hardware,cloudripper)
|
||||
|
|
|
@ -326,6 +326,11 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.audio.cca.enabled=false
|
||||
|
||||
# The default value of this variable is false and should only be set to true when
|
||||
# the device allows users to enable the seamless transfer feature.
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
euicc.seamless_transfer_enabled_in_non_qs=true
|
||||
|
||||
# Device features
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
||||
|
|
|
@ -26,6 +26,7 @@ include device/google/gs201/device-shipping-common.mk
|
|||
include device/google/pantah/audio/ravenclaw/audio-tables.mk
|
||||
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
||||
include device/google/gs-common/bcmbt/bluetooth.mk
|
||||
include device/google/gs-common/touch/syna/syna.mk
|
||||
|
||||
ifeq ($(filter factory_ravenclaw, $(TARGET_PRODUCT)),)
|
||||
include device/google/gs101/uwb/uwb.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue