Snap for 12465365 from cedffc0b92
to 25Q1-release
Change-Id: If0ea2267bf583463a54ecd22ff7fc083add69f6e
This commit is contained in:
commit
074f8e409f
5 changed files with 12 additions and 4 deletions
|
@ -48,7 +48,6 @@ DEVICE_PACKAGE_OVERLAYS += device/google/pantah/cheetah/overlay
|
|||
|
||||
include device/google/pantah/audio/cheetah/audio-tables.mk
|
||||
include device/google/gs201/device-shipping-common.mk
|
||||
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
||||
include device/google/gs-common/bcmbt/bluetooth.mk
|
||||
include device/google/gs-common/touch/syna/syna0.mk
|
||||
|
||||
|
@ -131,6 +130,9 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.nfc-service.st \
|
||||
NfcOverlayCheetah
|
||||
|
||||
# modem_svc_sit daemon
|
||||
PRODUCT_PACKAGES += modem_svc_sit
|
||||
|
||||
# SecureElement
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.secure_element@1.2-service-gto \
|
||||
|
|
|
@ -38,7 +38,6 @@ $(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/cloud
|
|||
|
||||
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/gps/brcm/cbd_gps.mk
|
||||
include device/google/gs-common/touch/syna/syna0.mk
|
||||
|
@ -80,6 +79,9 @@ PRODUCT_PACKAGES += \
|
|||
Tag \
|
||||
android.hardware.nfc-service.st
|
||||
|
||||
# modem_svc_sit daemon
|
||||
PRODUCT_PACKAGES += modem_svc_sit
|
||||
|
||||
# SecureElement
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.secure_element@1.2-service-gto \
|
||||
|
|
|
@ -46,7 +46,6 @@ DEVICE_PACKAGE_OVERLAYS += device/google/pantah/panther/overlay
|
|||
|
||||
include device/google/pantah/audio/panther/audio-tables.mk
|
||||
include device/google/gs201/device-shipping-common.mk
|
||||
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
||||
include device/google/gs-common/bcmbt/bluetooth.mk
|
||||
include device/google/gs-common/touch/focaltech/focaltech.mk
|
||||
|
||||
|
@ -110,6 +109,9 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.nfc-service.st \
|
||||
NfcOverlayPanther
|
||||
|
||||
# modem_svc_sit daemon
|
||||
PRODUCT_PACKAGES += modem_svc_sit
|
||||
|
||||
# SecureElement
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.secure_element@1.2-service-gto \
|
||||
|
|
|
@ -38,7 +38,6 @@ $(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/raven
|
|||
|
||||
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/lsi/lsi.mk
|
||||
|
||||
|
|
|
@ -29,3 +29,6 @@ PRODUCT_MANUFACTURER := Google
|
|||
# default BDADDR for EVB only
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.vendor.bluetooth.evb_bdaddr="22:22:22:33:44:55"
|
||||
|
||||
# modem_svc_sit daemon
|
||||
PRODUCT_PACKAGES += modem_svc_sit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue