-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ1IssQAKCRDorT+BmrEO eO94AJ92jyZuJ1uq/njek2I7JdxbdXAg5ACeP/ehhxzfwZ3Z2/J44QJylqeByWo= =AFwD -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQJLBAABCgA1FiEEHrBYPudH862glXQBzJUERRm+ZmkFAmdY8ecXHG1rYmVzdGFz QGxpbmVhZ2Vvcy5vcmcACgkQzJUERRm+ZmmTKg/+PUN7P6yiBWzundIJndoZQ5i0 LhCxEtojWhQzz390aNOno3zvZo6vM4VKFIJoiep3WsZt4fCchEmocOCmwGZgel/W elBOMvviypvhv5jAEpK2JK4s7MUHaV+lxUgvFPIVNECTUKu2/UmlFXU808Mk7vUI h4L5BMp/ETdBCEoqBX7zOW4R0F/t27wwHPzqnFIxQiZufIIcMzaaHr6NETC+tWv6 Vs+6yIf43d5I6VLbbyTawO7tfYVHPEgatmCla3a6zXpZeYD6H1EklYg8pQJHYJZa T8zdoh1+d5Lg5b6Mzk3gEdQTJPfXwQlAz7xc//GA0xE2cFFJWjtYkO+3Qs2pdTAt z93JkIvx+XoOoEv8fincHoY/xH9thIib+6GU1W2bPn/aLNYtAFpEVVnmz+eBYHo1 kQ+grpiTny6zrBF5qlvMZFjHSQwg/hehOhiGBmjfhEpn1hrRh9LEEsjCj2gqjnpc zoBYtCKLG1u4Dt0ychx5OIi4HyWuuff48maNmiCaE96QS2ClNQOWK0HuLZAPcp68 zIrDLHpMua42bZ/Mkkwn0tLvyjg7HHUn00mgL15UVVdPzg+M9WWD6sr3QC5GnY+C O4CiTio36cyEWYRJcxUT83jdxiqMFldMybhDtwpMHOMEnbrQkPiNR/86jgRroj1O QB1J0yrwtY1v8wqmVLc= =cgBI -----END PGP SIGNATURE----- Merge tag 'android-15.0.0_r6' into staging/lineage-22.0_merge-android-15.0.0_r6 Android 15.0.0 Release 6 (AP4A.241205.013) # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ1IssQAKCRDorT+BmrEO # eO94AJ92jyZuJ1uq/njek2I7JdxbdXAg5ACeP/ehhxzfwZ3Z2/J44QJylqeByWo= # =AFwD # -----END PGP SIGNATURE----- # gpg: Signature made Fri Dec 6 00:44:01 2024 EET # gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78 # gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal] # gpg: initial-contribution@android.com: Verified 2484 signatures in the past # 3 years. Encrypted 4 messages in the past 2 years. # gpg: WARNING: This key is not certified with sufficiently trusted signatures! # gpg: It is not certain that the signature belongs to the owner. # Primary key fingerprint: 4340 D135 70EF 945E 8381 0964 E8AD 3F81 9AB1 0E78 # By Ankur Bakshi (6) and others # Via Android Build Coastguard Worker (27) and others * tag 'android-15.0.0_r6': (27 commits) gps: set default SUPL SSL method to SSLv23 gps: Enable Beidou measurements only in the US for P21. Symlink current prebuilt folder to android root Update product id for oriole and raven oriole/raven: add etm modules in userdebug/eng builds move bootloader and radio build flag to device mk gps: Re-enable GLO & QZSS in US gps: add CpEarlyFixGuardTimeSec to prevent earlyfix response delay thermal: read thermistor temp from sysfs thermal:remove unused state2power value Update oriole SVN to 86 Update raven SVN to 86 thermal: Remove bcl related tzones update OWNERS to include Android.bp raviole: Add build_flags based properties for SMR/EMR build haptics: Update output distortion gain gps: Enable ExitOnComFailure Adpf:raviole: switch to multitier heuristic boost. Update oriole SVN to 85 Update raven SVN to 85 ... Conflicts: device-oriole.mk device-raven.mk oriole/BoardConfig.mk raven/BoardConfig.mk Change-Id: Ic9e494f17dcc35b9dab52908e7a66ebd6fbd0798
357 lines
14 KiB
Makefile
357 lines
14 KiB
Makefile
#
|
|
# Copyright (C) 2020 The Android Open-Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
# Restrict the visibility of Android.bp files to improve build analysis time
|
|
$(call inherit-product-if-exists, vendor/google/products/sources_pixel.mk)
|
|
|
|
ifdef RELEASE_GOOGLE_ORIOLE_RADIO_DIR
|
|
RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_ORIOLE_RADIO_DIR)
|
|
endif
|
|
RELEASE_GOOGLE_BOOTLOADER_ORIOLE_DIR ?= pdk# Keep this for pdk TODO: b/327119000
|
|
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/$(RELEASE_GOOGLE_BOOTLOADER_ORIOLE_DIR)
|
|
$(call soong_config_set,raviole_bootloader,prebuilt_dir,$(RELEASE_GOOGLE_BOOTLOADER_ORIOLE_DIR))
|
|
|
|
|
|
TARGET_LINUX_KERNEL_VERSION := $(RELEASE_KERNEL_ORIOLE_VERSION)
|
|
# Keeps flexibility for kasan and ufs builds
|
|
TARGET_KERNEL_DIR ?= $(RELEASE_KERNEL_ORIOLE_DIR)
|
|
TARGET_BOARD_KERNEL_HEADERS ?= $(RELEASE_KERNEL_ORIOLE_DIR)/kernel-headers
|
|
|
|
$(call inherit-product-if-exists, vendor/google_devices/raviole/prebuilts/device-vendor-oriole.mk)
|
|
$(call inherit-product-if-exists, vendor/google_devices/gs101/prebuilts/device-vendor.mk)
|
|
$(call inherit-product-if-exists, vendor/google_devices/gs101/proprietary/device-vendor.mk)
|
|
$(call inherit-product-if-exists, vendor/google_devices/oriole/proprietary/device-vendor.mk)
|
|
$(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/oriole/device-vendor-oriole.mk)
|
|
$(call inherit-product-if-exists, vendor/google/camera/devices/raviole/oriole/device-vendor.mk)
|
|
$(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/WallpapersOriole.mk)
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += device/google/raviole/oriole/overlay
|
|
|
|
include device/google/raviole/audio/oriole/audio-tables.mk
|
|
include device/google/gs101/device-shipping-common.mk
|
|
include device/google/gs101/telephony/pktrouter.mk
|
|
include hardware/google/pixel/vibrator/cs40l25/device.mk
|
|
include device/google/gs-common/bcmbt/bluetooth.mk
|
|
include device/google/gs-common/touch/stm/stm11.mk
|
|
|
|
# Fingerprint HAL
|
|
GOODIX_CONFIG_BUILD_VERSION := g6_trusty
|
|
$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_common.mk)
|
|
ifeq ($(filter factory%, $(TARGET_PRODUCT)),)
|
|
$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_shipping.mk)
|
|
else
|
|
$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_factory.mk)
|
|
endif
|
|
|
|
# go/lyric-soong-variables
|
|
$(call soong_config_set,lyric,camera_hardware,oriole)
|
|
$(call soong_config_set,lyric,tuning_product,oriole)
|
|
$(call soong_config_set,google3a_config,target_device,oriole)
|
|
|
|
# Init files
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/conf/init.raviole.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.raviole.rc \
|
|
device/google/raviole/conf/init.oriole.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.oriole.rc
|
|
|
|
# Recovery files
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/gs101/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.oriole.rc
|
|
|
|
# insmod files
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/init.insmod.oriole.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/init.insmod.oriole.cfg
|
|
|
|
# Thermal Config
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/thermal_info_config_oriole.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
|
device/google/raviole/thermal_info_config_charge_oriole.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_charge.json \
|
|
device/google/raviole/thermal_info_config_oriole_WHI_A.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_WHI_A.json
|
|
|
|
# Power HAL config
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/powerhint-oriole.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json \
|
|
device/google/raviole/powerhint-oriole-mainline.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint-mainline.json \
|
|
|
|
# Bluetooth sepolicy
|
|
include device/google/gs101/sepolicy/oriole-sepolicy.mk
|
|
|
|
# Bluetooth
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
persist.bluetooth.a2dp_aac.vbr_supported=true \
|
|
persist.bluetooth.firmware.selection=BCM.hcd
|
|
|
|
# Bluetooth Tx power caps for oriole
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/bluetooth_power_limits_oriole.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv \
|
|
device/google/raviole/bluetooth_power_limits_oriole_jp.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_JP.csv \
|
|
device/google/raviole/bluetooth_power_limits_G9S9B_US.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_G9S9B_US.csv \
|
|
device/google/raviole/bluetooth_power_limits_GB7N6_US.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_GB7N6_US.csv \
|
|
device/google/raviole/bluetooth_power_limits_G9S9B_EU.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_G9S9B_EU.csv \
|
|
device/google/raviole/bluetooth_power_limits_GB7N6_EU.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_GB7N6_EU.csv
|
|
|
|
|
|
# Bluetooth Hal Extension test tools
|
|
PRODUCT_PACKAGES_ENG += \
|
|
sar_test \
|
|
hci_inject
|
|
|
|
# userdebug specific
|
|
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
|
# Bluetooth LE Audio Hardware offload
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
ro.bluetooth.leaudio_offload.supported=true \
|
|
persist.bluetooth.leaudio_offload.disabled=true \
|
|
persist.bluetooth.le_audio_test=false
|
|
endif
|
|
|
|
# Bluetooth HAL
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/bluetooth/bt_vendor_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_vendor_overlay.conf
|
|
|
|
# MIPI Coex Configs
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/radio/oriole_display_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/display_primary_mipi_coex_table.csv \
|
|
device/google/raviole/radio/oriole_camera_front_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/camera_front_mipi_coex_table.csv \
|
|
device/google/raviole/radio/oriole_camera_rear_wide_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/camera_rear_wide_mipi_coex_table.csv
|
|
|
|
# Camera
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/media_profiles_oriole.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
persist.vendor.camera.fixed_fps_range_boost=1
|
|
|
|
# Display Config
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/oriole/display_golden_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_golden_cal0.pb \
|
|
device/google/raviole/oriole/display_colordata_dev_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_colordata_dev_cal0.pb
|
|
|
|
# NFC
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hce.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml \
|
|
frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.nxp.mifare.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.uicc.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.ese.xml \
|
|
device/google/raviole/nfc/libnfc-hal-st.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-hal-st.conf \
|
|
device/google/raviole/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf
|
|
|
|
PRODUCT_PACKAGES += \
|
|
$(RELEASE_PACKAGE_NFC_STACK) \
|
|
Tag \
|
|
android.hardware.nfc-service.st \
|
|
NfcOverlayOriole
|
|
|
|
# SecureElement
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.secure_element@1.2-service-gto \
|
|
android.hardware.secure_element@1.2-service-gto-ese2
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.ese.xml \
|
|
frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml \
|
|
device/google/raviole/nfc/libse-gto-hal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal.conf \
|
|
device/google/raviole/nfc/libse-gto-hal2.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal2.conf
|
|
|
|
DEVICE_MANIFEST_FILE += \
|
|
device/google/raviole/nfc/manifest_se.xml
|
|
|
|
# Vibrator HAL
|
|
PRODUCT_PRODUCT_PROPERTIES +=\
|
|
ro.vendor.vibrator.hal.long.frequency.shift=15 \
|
|
ro.vendor.vibrator.hal.device.mass=0.205 \
|
|
ro.vendor.vibrator.hal.loc.coeff=2.25 \
|
|
persist.vendor.vibrator.hal.chirp.enabled=0
|
|
|
|
ACTUATOR_MODEL := luxshare_ict_081545
|
|
|
|
# PowerStats HAL
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
device/google/raviole/powerstats/oriole \
|
|
device/google/raviole
|
|
|
|
# Keyboard bottom padding in dp for portrait mode
|
|
PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_b=10
|
|
|
|
# Display
|
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
|
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.set_idle_timer_ms=1500
|
|
|
|
# Media Performance Class 12
|
|
PRODUCT_PROPERTY_OVERRIDES += ro.odm.build.media_performance_class=31
|
|
|
|
# userdebug specific
|
|
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlc.rc
|
|
endif
|
|
|
|
# Increment the SVN for any official public releases
|
|
ifdef RELEASE_SVN_ORIOLE
|
|
TARGET_SVN ?= $(RELEASE_SVN_ORIOLE)
|
|
else
|
|
# Set this for older releases that don't use build flag
|
|
TARGET_SVN ?= 86
|
|
endif
|
|
|
|
PRODUCT_VENDOR_PROPERTIES += \
|
|
ro.vendor.build.svn=$(TARGET_SVN)
|
|
|
|
# Set device family property for SMR builds
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.build.device_family=O6R4B9
|
|
|
|
# Set build properties for SMR builds
|
|
ifeq ($(RELEASE_IS_SMR), true)
|
|
ifneq (,$(RELEASE_BASE_OS_ORIOLE))
|
|
PRODUCT_BASE_OS := $(RELEASE_BASE_OS_ORIOLE)
|
|
endif
|
|
endif
|
|
|
|
# Set build properties for EMR builds
|
|
ifeq ($(RELEASE_IS_EMR), true)
|
|
ifneq (,$(RELEASE_BASE_OS_ORIOLE))
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.build.version.emergency_base_os=$(RELEASE_BASE_OS_ORIOLE)
|
|
endif
|
|
endif
|
|
|
|
# Set support hide display cutout feature
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
ro.support_hide_display_cutout=true
|
|
|
|
# Hide cutout overlays
|
|
PRODUCT_PACKAGES += \
|
|
NoCutoutOverlay \
|
|
AvoidAppsInCutoutOverlay
|
|
|
|
# Android DeviceAsWebcam specific overlay
|
|
PRODUCT_PACKAGES += \
|
|
DeviceAsWebcamOriole
|
|
|
|
# SKU specific RROs
|
|
PRODUCT_PACKAGES += \
|
|
SettingsOverlayGR1YH \
|
|
SettingsOverlayGB7N6 \
|
|
SettingsOverlayG9S9B
|
|
|
|
# Fingerprint antispoof property
|
|
PRODUCT_PRODUCT_PROPERTIES +=\
|
|
persist.vendor.fingerprint.disable.fake.override=none
|
|
|
|
# Fingerprint HAL
|
|
PRODUCT_VENDOR_PROPERTIES += \
|
|
persist.vendor.udfps.lhbm_controlled_in_hal_supported=true \
|
|
persist.vendor.udfps.als_feed_forward_supported=true
|
|
|
|
|
|
# DCK properties based on target
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.gms.dck.eligible_wcc=2 \
|
|
ro.gms.dck.se_capability=1
|
|
|
|
# Trusty liboemcrypto.so
|
|
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts
|
|
|
|
# Set support one-handed mode
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
ro.support_one_handed_mode=true
|
|
|
|
# Enable camera exif model/make reporting
|
|
PRODUCT_VENDOR_PROPERTIES += \
|
|
persist.vendor.camera.exif_reveal_make_model=true
|
|
|
|
# tetheroffload HAL
|
|
PRODUCT_PACKAGES += \
|
|
vendor.samsung_slsi.hardware.tetheroffload@1.1-service
|
|
|
|
# Override default distortion output gain according to UX experiments
|
|
PRODUCT_VENDOR_PROPERTIES += \
|
|
vendor.audio.hapticgenerator.distortion.output.gain=0.32
|
|
|
|
# RKPD
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
remote_provisioning.hostname=remoteprovisioning.googleapis.com \
|
|
|
|
# Set zram size
|
|
PRODUCT_VENDOR_PROPERTIES += \
|
|
vendor.zram.size=3g
|
|
|
|
# This device is shipped with 31 (Android S)
|
|
PRODUCT_SHIPPING_API_LEVEL := 31
|
|
|
|
# declare use of spatial audio
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.audio.spatializer_enabled=true
|
|
|
|
# optimize spatializer effect
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
audio.spatializer.effect.util_clamp_min=300
|
|
|
|
PRODUCT_PACKAGES += \
|
|
libspatialaudio
|
|
|
|
# Device features
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
|
|
|
# Bluetooth OPUS codec
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
persist.bluetooth.opus.enabled=true
|
|
|
|
# Location
|
|
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
|
ifneq (,$(filter 6.1, $(TARGET_LINUX_KERNEL_VERSION)))
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/location/gps.6.1.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
|
else
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/location/gps.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
|
endif
|
|
else
|
|
ifneq (,$(filter 6.1, $(TARGET_LINUX_KERNEL_VERSION)))
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/location/gps_user.6.1.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
|
else
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
|
endif
|
|
endif
|
|
|
|
# Enable DeviceAsWebcam support
|
|
PRODUCT_VENDOR_PROPERTIES += \
|
|
ro.usb.uvc.enabled=true
|
|
|
|
# Quick Start device-specific settings
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
ro.quick_start.oem_id=00e0 \
|
|
ro.quick_start.device_id=oriole
|
|
|
|
# Disable AVF Remote Attestation
|
|
PRODUCT_AVF_REMOTE_ATTESTATION_DISABLED := true
|
|
|
|
# Bluetooth device id
|
|
# Oriole: 0x4106
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
bluetooth.device_id.product_id=16646
|
|
|
|
# ETM
|
|
ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG))
|
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
|
endif
|
|
endif
|