2021-12-17 16:29:28 +05:30
|
|
|
#
|
|
|
|
|
# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
|
|
|
|
|
# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute
|
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# Overlays
|
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += device/google/gs201/overlay-lineage
|
2021-11-23 15:05:41 -05:00
|
|
|
|
2022-02-28 08:31:54 +00:00
|
|
|
# AiAi Config
|
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
|
device/google/gs201/allowlist_com.google.android.as.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/allowlist_com.google.android.as.xml
|
|
|
|
|
|
2021-11-23 15:05:41 -05:00
|
|
|
# Camera
|
|
|
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
|
|
|
ro.vendor.camera.extensions.package=com.google.android.apps.camera.services \
|
|
|
|
|
ro.vendor.camera.extensions.service=com.google.android.apps.camera.services.extensions.service.PixelExtensions
|
2023-12-06 09:54:05 +01:00
|
|
|
|
2018-09-02 23:30:11 -06:00
|
|
|
# Google Assistant
|
|
|
|
|
PRODUCT_PRODUCT_PROPERTIES += ro.opa.eligible_device=true
|
|
|
|
|
|
2023-05-20 22:58:22 +03:00
|
|
|
# Lineage Health
|
|
|
|
|
include hardware/google/pixel/lineage_health/device.mk
|
|
|
|
|
|
2025-04-29 23:37:50 +01:00
|
|
|
$(call soong_config_set,lineage_health,charging_control_supports_deadline,true)
|
|
|
|
|
$(call soong_config_set,lineage_health,charging_control_supports_limit,true)
|
|
|
|
|
$(call soong_config_set,lineage_health,charging_control_supports_toggle,false)
|
|
|
|
|
|
2023-12-06 09:54:05 +01:00
|
|
|
# Linker config
|
|
|
|
|
PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS += \
|
|
|
|
|
device/google/gs201/linker.config.json
|
2021-01-30 00:55:01 +01:00
|
|
|
|
2020-12-25 19:00:13 +08:00
|
|
|
# Parts
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
GoogleParts
|
|
|
|
|
|
2024-12-25 23:42:18 +01:00
|
|
|
# Tethering
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
TetheringOverlay
|
|
|
|
|
|
2021-01-30 00:55:01 +01:00
|
|
|
# Touch
|
|
|
|
|
include hardware/google/pixel/touch/device.mk
|