blob: 1e47e913e0d5d43652f9e4c9f9214c1b47e8d7a2 [file] [log] [blame]
Robin Pengcd374d82021-02-23 20:00:46 +08001#
2# Copyright (C) 2020 The Android Open-Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
Joe Onorato28b6e562023-04-14 10:58:58 -070017# Restrict the visibility of Android.bp files to improve build analysis time
18$(call inherit-product-if-exists, vendor/google/products/sources_pixel.mk)
19
Petri Gyntherb0580002021-09-02 14:26:57 -070020TARGET_KERNEL_DIR ?= device/google/raviole-kernel
21TARGET_BOARD_KERNEL_HEADERS := device/google/raviole-kernel/kernel-headers
Robin Pengcd374d82021-02-23 20:00:46 +080022
Aaron Ding926ef412023-12-27 00:58:22 +080023ifdef RELEASE_GOOGLE_RAVEN_KERNEL_VERSION
24TARGET_LINUX_KERNEL_VERSION := $(RELEASE_GOOGLE_RAVEN_KERNEL_VERSION)
25endif
26
27ifdef RELEASE_GOOGLE_RAVEN_KERNEL_DIR
28TARGET_KERNEL_DIR := $(RELEASE_GOOGLE_RAVEN_KERNEL_DIR)
29TARGET_BOARD_KERNEL_HEADERS := $(RELEASE_GOOGLE_RAVEN_KERNEL_DIR)/kernel-headers
30endif
31
Cole Faust4a962992023-10-06 15:04:01 -070032$(call inherit-product, device/google/raviole/uwb/uwb_calibration_country.mk)
Robin Pengcd374d82021-02-23 20:00:46 +080033$(call inherit-product-if-exists, vendor/google_devices/raviole/prebuilts/device-vendor-raven.mk)
34$(call inherit-product-if-exists, vendor/google_devices/gs101/prebuilts/device-vendor.mk)
35$(call inherit-product-if-exists, vendor/google_devices/gs101/proprietary/device-vendor.mk)
Bill Yic2e4a482021-03-17 05:53:25 +000036$(call inherit-product-if-exists, vendor/google_devices/raven/proprietary/device-vendor.mk)
linpeterf3d8bf62021-03-17 09:27:12 +080037$(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/raven/device-vendor-raven.mk)
PEI-HSIEN KUO36dd88a2021-03-18 19:39:38 +080038$(call inherit-product-if-exists, vendor/google/camera/devices/raviole/raven/device-vendor.mk)
Ching-Sung Lifb5e3892021-05-31 15:18:59 +080039$(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/WallpapersRaven.mk)
Robin Pengcd374d82021-02-23 20:00:46 +080040
41DEVICE_PACKAGE_OVERLAYS += device/google/raviole/raven/overlay
42
Robert Lee09c3fd32021-08-16 06:21:06 +000043include device/google/raviole/audio/raven/audio-tables.mk
Robin Pengcd374d82021-02-23 20:00:46 +080044include device/google/gs101/device-shipping-common.mk
yawensuc51621f2021-09-14 14:16:49 +080045include device/google/gs101/telephony/pktrouter.mk
Adam Shih6e05ed02022-08-16 13:56:53 +080046include device/google/gs-common/bcmbt/bluetooth.mk
Adam Shih7b298482022-11-07 11:34:43 +080047include device/google/gs-common/touch/lsi/lsi.mk
Ilya Matyukhin1d548252021-05-18 01:03:41 -070048
chenkris686598b2023-06-08 09:59:13 +000049# Fingerprint HAL
50GOODIX_CONFIG_BUILD_VERSION := g6_trusty
Cyan_Hsieh9926df82023-10-25 18:16:54 +080051ifneq (,$(filter AP1%,$(RELEASE_PLATFORM_VERSION)))
52PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts/firmware/fingerprint/24Q1
Cyan_Hsieh933d3312024-02-27 15:45:19 +080053else ifneq (,$(filter AP2% AP3%,$(RELEASE_PLATFORM_VERSION)))
Cyan_Hsieh2a16b702023-12-13 14:00:23 +080054PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts/firmware/fingerprint/24Q2
Cyan_Hsieh9926df82023-10-25 18:16:54 +080055else
56PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts/firmware/fingerprint/trunk
57endif
chenkris79df8432023-06-13 03:06:29 +000058$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_common.mk)
chenkris686598b2023-06-08 09:59:13 +000059ifeq ($(filter factory%, $(TARGET_PRODUCT)),)
chenkris79df8432023-06-13 03:06:29 +000060$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_shipping.mk)
Ilya Matyukhin1d548252021-05-18 01:03:41 -070061else
chenkris79df8432023-06-13 03:06:29 +000062$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_factory.mk)
Ilya Matyukhin1d548252021-05-18 01:03:41 -070063endif
64
Victor Liu0bc47d62021-04-20 22:15:02 +000065ifeq ($(filter factory_raven, $(TARGET_PRODUCT)),)
Victor Liu49d231b2021-10-26 12:00:09 -070066include device/google/raviole/uwb/uwb_calibration.mk
Victor Liu0bc47d62021-04-20 22:15:02 +000067endif
Ilya Matyukhin1d548252021-05-18 01:03:41 -070068
Robin Pengcd374d82021-02-23 20:00:46 +080069include hardware/google/pixel/vibrator/cs40l25/device.mk
70
Krzysztof Kosiński6165da42022-09-13 01:56:24 +000071# go/lyric-soong-variables
72$(call soong_config_set,lyric,camera_hardware,raven)
Sasha Smundakfbe1c662021-12-15 09:17:53 -080073$(call soong_config_set,lyric,tuning_product,raven)
74$(call soong_config_set,google3a_config,target_device,raven)
Krzysztof Kosiński0fc38d22021-11-02 21:00:10 -070075
Robin Pengcd374d82021-02-23 20:00:46 +080076PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.support_kernel_idle_timer=true
Ady Abraham9a9d0242021-03-19 12:52:46 -070077PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.enable_frame_rate_override=true
Robin Pengcd374d82021-02-23 20:00:46 +080078
79# Init files
80PRODUCT_COPY_FILES += \
Robin Peng334022f2021-05-05 12:01:32 +080081 device/google/raviole/conf/init.raviole.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.raviole.rc \
Robin Pengcd374d82021-02-23 20:00:46 +080082 device/google/raviole/conf/init.raven.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.raven.rc
83
84# Recovery files
85PRODUCT_COPY_FILES += \
86 device/google/gs101/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.raven.rc
87
88# insmod files
89PRODUCT_COPY_FILES += \
90 device/google/raviole/init.insmod.raven.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/init.insmod.raven.cfg
91
92# Thermal Config
93PRODUCT_COPY_FILES += \
David Chao6c2519c2022-08-15 18:56:43 +080094 device/google/raviole/thermal_info_config_raven.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
95 device/google/raviole/thermal_info_config_charge_raven.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_charge.json
Robin Pengcd374d82021-02-23 20:00:46 +080096
Jimmy Shiufdfe3e32022-01-22 05:04:01 +080097# Power HAL config
98PRODUCT_COPY_FILES += \
André Draszike3f5d8a2023-06-19 15:55:08 +010099 device/google/raviole/powerhint-raven.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json \
100 device/google/raviole/powerhint-raven-mainline.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint-mainline.json
Jimmy Shiufdfe3e32022-01-22 05:04:01 +0800101
Roshan Pius19b91582022-12-09 04:27:29 +0000102PRODUCT_PACKAGES += \
103 UwbOverlayR4
104
Ted Wang2640afc2023-05-05 04:02:11 +0000105# Bluetooth sepolicy
106include device/google/gs101-sepolicy/raven-sepolicy.mk
107
Cheney Niab920162021-06-28 13:47:54 +0800108# Bluetooth
109PRODUCT_PRODUCT_PROPERTIES += \
jonerlin6075bd62022-07-15 10:47:19 +0800110 persist.bluetooth.a2dp_aac.vbr_supported=true \
111 persist.bluetooth.firmware.selection=BCM.hcd
Cheney Niab920162021-06-28 13:47:54 +0800112
Labib68270de2021-05-05 17:15:43 +0800113# Bluetooth Tx power caps for raven
114PRODUCT_COPY_FILES += \
Andrew Chant891f54c2023-05-30 14:43:13 -0700115 device/google/raviole/bluetooth_power_limits_raven.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv \
116 device/google/raviole/bluetooth_power_limits_raven_us.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_US.csv \
117 device/google/raviole/bluetooth_power_limits_raven_eu.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_EU.csv \
118 device/google/raviole/bluetooth_power_limits_raven_jp.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_JP.csv
Ted Wange540f7b2021-08-23 09:48:56 +0800119
Adam Shihe41c2c22022-08-26 09:54:06 +0800120# Bluetooth HAL
121PRODUCT_COPY_FILES += \
122 device/google/raviole/bluetooth/bt_vendor_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_vendor_overlay.conf
Labib68270de2021-05-05 17:15:43 +0800123
jonerlin9c27ad62022-04-06 11:49:52 +0800124# Bluetooth Hal Extension test tools
Ted Wang34a89632021-07-15 18:46:57 +0800125PRODUCT_PACKAGES_DEBUG += \
jonerlin9c27ad62022-04-06 11:49:52 +0800126 sar_test \
127 hci_inject
Ted Wang34a89632021-07-15 18:46:57 +0800128
Adam Shihe41c2c22022-08-26 09:54:06 +0800129# userdebug specific
130ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
131# Bluetooth LE Audio Hardware offload
132PRODUCT_PRODUCT_PROPERTIES += \
133 ro.bluetooth.leaudio_offload.supported=true \
134 persist.bluetooth.leaudio_offload.disabled=true \
135 persist.bluetooth.le_audio_test=false
136endif
137
Jie Song6b68ff72021-07-14 21:35:19 +0000138# MIPI Coex Configs
139PRODUCT_COPY_FILES += \
140 device/google/raviole/radio/raven_camera_rear_tele_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/camera_rear_tele_mipi_coex_table.csv
141
Robin Pengcd374d82021-02-23 20:00:46 +0800142# Camera
143PRODUCT_COPY_FILES += \
144 device/google/raviole/media_profiles_raven.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
145
146# Display Config
147PRODUCT_COPY_FILES += \
Long Ling82756612021-04-30 15:52:57 -0700148 device/google/raviole/raven/display_golden_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_golden_cal0.pb \
149 device/google/raviole/raven/display_colordata_dev_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_colordata_dev_cal0.pb
Robin Pengcd374d82021-02-23 20:00:46 +0800150
linpetera6263cc2021-07-01 19:40:34 +0800151#config of display brightness dimming
linpeterf256ffb2022-08-19 15:17:11 +0800152PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.0.brightness.dimming.usage=1
linpetera6263cc2021-07-01 19:40:34 +0800153
Robin Pengcd374d82021-02-23 20:00:46 +0800154# NFC
155PRODUCT_COPY_FILES += \
George Chang8933f1b2021-08-17 00:51:25 +0800156 frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \
157 frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hce.xml \
158 frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml \
159 frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.nxp.mifare.xml \
160 frameworks/native/data/etc/android.hardware.nfc.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.uicc.xml \
Victor Liua2e51532023-08-31 22:00:57 +0000161 frameworks/native/data/etc/android.hardware.nfc.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.ese.xml \
George Changd48ff142021-03-10 20:35:15 +0800162 device/google/raviole/nfc/libnfc-hal-st.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-hal-st.conf \
163 device/google/raviole/nfc/libnfc-nci-raven.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf
164
George Chang8933f1b2021-08-17 00:51:25 +0800165PRODUCT_PACKAGES += \
Roshan Piuscd3dd4d2023-12-01 19:19:56 +0000166 $(RELEASE_PACKAGE_NFC_STACK) \
George Chang8933f1b2021-08-17 00:51:25 +0800167 Tag \
Roshan Pius21db4432023-12-01 19:19:56 +0000168 android.hardware.nfc-service.st \
169 NfcOverlayRaven
George Chang8933f1b2021-08-17 00:51:25 +0800170
171# SecureElement
172PRODUCT_PACKAGES += \
George Changc84c4602021-08-20 17:09:55 +0800173 android.hardware.secure_element@1.2-service-gto \
174 android.hardware.secure_element@1.2-service-gto-ese2
George Chang8933f1b2021-08-17 00:51:25 +0800175
176PRODUCT_COPY_FILES += \
177 frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.ese.xml \
178 frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml \
George Changc84c4602021-08-20 17:09:55 +0800179 device/google/raviole/nfc/libse-gto-hal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal.conf \
180 device/google/raviole/nfc/libse-gto-hal2.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal2.conf
George Chang8933f1b2021-08-17 00:51:25 +0800181
Robin Pengcd374d82021-02-23 20:00:46 +0800182DEVICE_MANIFEST_FILE += \
George Chang8933f1b2021-08-17 00:51:25 +0800183 device/google/raviole/nfc/manifest_se.xml
Robin Pengcd374d82021-02-23 20:00:46 +0800184
George Changc84c4602021-08-20 17:09:55 +0800185
Robin Pengcd374d82021-02-23 20:00:46 +0800186# Vibrator HAL
187PRODUCT_PRODUCT_PROPERTIES +=\
chasewuf6805292022-04-14 15:30:02 +0800188 ro.vendor.vibrator.hal.long.frequency.shift=15 \
189 ro.vendor.vibrator.hal.device.mass=0.21 \
Nathan Kulczak0b0f5862023-08-15 01:22:27 +0000190 ro.vendor.vibrator.hal.loc.coeff=2.5 \
191 persist.vendor.vibrator.hal.chirp.enabled=0
Jimmy Shiu1fef2282021-11-10 00:07:25 +0800192
Vince Leung63d0be62021-08-27 20:07:54 +0000193ACTUATOR_MODEL := luxshare_ict_081545
Robin Pengcd374d82021-02-23 20:00:46 +0800194
linpeter85646ce2020-12-17 21:18:41 +0800195# Display LBE
196PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
Benjamin Schwartzc798cb32021-03-18 17:55:40 -0700197
wenchangliua768e6f2021-08-13 15:31:52 +0800198# Media Performance Class 12
199PRODUCT_PROPERTY_OVERRIDES += ro.odm.build.media_performance_class=31
200
Benjamin Schwartzc798cb32021-03-18 17:55:40 -0700201# PowerStats HAL
Yanting Yang3b1f8ef2021-05-31 03:53:40 +0800202PRODUCT_SOONG_NAMESPACES += \
203 device/google/raviole/powerstats/raven \
204 device/google/raviole
205
Jack Wu6e0bb1c2019-01-17 21:38:27 +0800206
207# userdebug specific
208ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
209 PRODUCT_COPY_FILES += \
Ken Tsou97db8552022-03-16 17:50:30 +0800210 device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlc.rc
Jack Wu6e0bb1c2019-01-17 21:38:27 +0800211endif
terrycrhuangfd95a682021-04-14 17:32:20 +0800212
213# Increment the SVN for any official public releases
214PRODUCT_VENDOR_PROPERTIES += \
Ankur Bakshia5d57c72024-02-14 23:58:50 +0000215 ro.vendor.build.svn=80
shawnlin1c491622021-04-22 13:27:45 +0800216
shawnlin6c363972022-02-15 13:40:37 +0800217# Set support hide display cutout feature
218PRODUCT_PRODUCT_PROPERTIES += \
219 ro.support_hide_display_cutout=true
220
shawnlin1c491622021-04-22 13:27:45 +0800221# Hide cutout overlays
222PRODUCT_PACKAGES += \
223 NoCutoutOverlay \
224 AvoidAppsInCutoutOverlay
Kris Chen74dfc0c2021-05-07 21:38:46 +0800225
Jayant Chowdharye3669c92023-05-25 20:16:27 +0000226# Android DeviceAsWebcam specific overlay
227PRODUCT_PACKAGES += \
228 DeviceAsWebcamRaven
229
Kris Chen74dfc0c2021-05-07 21:38:46 +0800230# Fingerprint antispoof property
231PRODUCT_PRODUCT_PROPERTIES +=\
232 persist.vendor.fingerprint.disable.fake.override=none
Cyan_Hsieha327e422021-05-26 11:56:31 +0800233
Kris Chen36cf68c2022-04-19 22:12:00 +0800234# Fingerprint HAL
235PRODUCT_VENDOR_PROPERTIES += \
Kris Chenf5141282022-05-24 20:15:22 +0800236 persist.vendor.udfps.lhbm_controlled_in_hal_supported=true \
237 persist.vendor.udfps.als_feed_forward_supported=true
238
Kris Chen36cf68c2022-04-19 22:12:00 +0800239
Cyan_Hsieha327e422021-05-26 11:56:31 +0800240# Keyboard side padding in dp for portrait mode
241PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_r=11
242PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_l=11
Michael Ayoubica6b3522021-05-25 02:09:47 +0000243
244# DCK properties based on target
245PRODUCT_PROPERTY_OVERRIDES += \
Jeffrey Carlyleeaaa3f22023-02-17 15:01:11 -0800246 ro.gms.dck.eligible_wcc=3 \
247 ro.gms.dck.se_capability=1
Yanting Yang3b1f8ef2021-05-31 03:53:40 +0800248
249# SKU specific RROs
250PRODUCT_PACKAGES += \
Yanting Yangc1583a92021-08-23 13:34:59 +0800251 SettingsOverlayGF5KQ \
252 SettingsOverlayGLU0G \
253 SettingsOverlayG8V0U
Robin Peng6e4640b2021-06-01 18:03:27 +0800254
255# Trusty liboemcrypto.so
256PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts
Cyan_Hsieh9926df82023-10-25 18:16:54 +0800257ifneq (,$(filter AP1%,$(RELEASE_PLATFORM_VERSION)))
258PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts/trusty/24Q1
Cyan_Hsieh933d3312024-02-27 15:45:19 +0800259else ifneq (,$(filter AP2% AP3%,$(RELEASE_PLATFORM_VERSION)))
Cyan_Hsieh2a16b702023-12-13 14:00:23 +0800260PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts/trusty/24Q2
Cyan_Hsieh9926df82023-10-25 18:16:54 +0800261else
262PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts/trusty/trunk
263endif
Bill Lin964bf232021-06-04 08:48:58 +0800264
265# Set support one-handed mode
266PRODUCT_PRODUCT_PROPERTIES += \
267 ro.support_one_handed_mode=true
Zhijun He59a30612021-07-09 11:33:45 -0700268
269# Enable camera exif model/make reporting
Charles Chiu57fc7062021-07-28 14:58:36 +0800270PRODUCT_VENDOR_PROPERTIES += \
Zhijun He59a30612021-07-09 11:33:45 -0700271 persist.vendor.camera.exif_reveal_make_model=true
jonerlin972d2c22021-06-29 16:36:29 +0800272
Mars Lineabb3bf2022-06-08 22:11:37 +0800273# tetheroffload HAL
274PRODUCT_PACKAGES += \
275 vendor.samsung_slsi.hardware.tetheroffload@1.1-service
276
jiabinc4ffb642021-07-16 22:34:35 +0000277# Override default distortion output gain according to UX experiments
278PRODUCT_PRODUCT_PROPERTIES += \
279 vendor.audio.hapticgenerator.distortion.output.gain=0.5
Martin Liubbb311a2021-10-05 12:24:18 +0000280
Tri Vode03be02023-01-30 15:59:51 -0800281# RKPD
282PRODUCT_PRODUCT_PROPERTIES += \
Tri Vode03be02023-01-30 15:59:51 -0800283 remote_provisioning.hostname=remoteprovisioning.googleapis.com \
284
Martin Liubbb311a2021-10-05 12:24:18 +0000285# Set zram size
286PRODUCT_VENDOR_PROPERTIES += \
287 vendor.zram.size=3g
Alex Hongb8033582021-11-17 19:10:08 +0800288
289# This device is shipped with 31 (Android S)
290PRODUCT_SHIPPING_API_LEVEL := 31
Alice Kuo8ee46192021-12-17 13:28:08 +0800291
justinweng20a2a952022-01-25 15:45:21 +0800292# declare use of spatial audio
293PRODUCT_PROPERTY_OVERRIDES += \
294 ro.audio.spatializer_enabled=true
295
Andy Hung3f8d5cf2022-12-16 13:42:45 -0800296# optimize spatializer effect
297PRODUCT_PROPERTY_OVERRIDES += \
298 audio.spatializer.effect.util_clamp_min=300
299
justinweng20a2a952022-01-25 15:45:21 +0800300PRODUCT_PACKAGES += \
301 libspatialaudio
302
Ben Murdochb5b42572022-03-10 10:44:27 +0000303# Device features
304PRODUCT_COPY_FILES += \
305 frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
Matt Buckley0f365e02022-08-10 18:59:17 +0000306
joenchen81330ea2022-09-07 12:59:12 +0000307# Display RRS default Config
308PRODUCT_DEFAULT_PROPERTY_OVERRIDES += persist.vendor.display.primary.boot_config=1440x3120@120
309
kuanyuhuang932c8172022-10-27 10:03:03 +0000310# Bluetooth OPUS codec
311PRODUCT_PRODUCT_PROPERTIES += \
312 persist.bluetooth.opus.enabled=true
Jakub Pawlowski9d6e6652022-10-31 22:04:26 +0100313
Adam Shih7845ccf2022-10-21 14:39:46 +0800314# Location
315ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
316 PRODUCT_COPY_FILES += \
317 device/google/raviole/location/gps.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
318else
319 PRODUCT_COPY_FILES += \
320 device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
321endif
Jiaming Liu9e53e0e2023-05-12 01:36:04 +0000322
Avichal Rakeshd5521192023-02-06 13:32:35 -0800323# Enable DeviceAsWebcam support
324PRODUCT_VENDOR_PROPERTIES += \
325 ro.usb.uvc.enabled=true
Shivakumar Neginal4fb3e742023-10-16 18:53:29 +0000326# Quick Start device-specific settings
327PRODUCT_PRODUCT_PROPERTIES += \
328 ro.quick_start.oem_id=00e0 \
329 ro.quick_start.device_id=raven