blob: f77453796ce061995eda5ef2c5f5e942ab7fd7e0 [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
17TARGET_KERNEL_DIR := device/google/raviole-kernel
18
19$(call inherit-product-if-exists, vendor/google_devices/raviole/prebuilts/device-vendor-oriole.mk)
20$(call inherit-product-if-exists, vendor/google_devices/gs101/prebuilts/device-vendor.mk)
21$(call inherit-product-if-exists, vendor/google_devices/gs101/proprietary/device-vendor.mk)
Bill Yic2e4a482021-03-17 05:53:25 +000022$(call inherit-product-if-exists, vendor/google_devices/oriole/proprietary/device-vendor.mk)
linpeterf3d8bf62021-03-17 09:27:12 +080023$(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/oriole/device-vendor-oriole.mk)
PEI-HSIEN KUO36dd88a2021-03-18 19:39:38 +080024$(call inherit-product-if-exists, vendor/google/camera/devices/raviole/oriole/device-vendor.mk)
Ching-Sung Li05395df2021-05-24 11:23:59 +080025$(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/WallpapersOriole.mk)
Robin Pengcd374d82021-02-23 20:00:46 +080026
27DEVICE_PACKAGE_OVERLAYS += device/google/raviole/oriole/overlay
28
29include device/google/gs101/device-shipping-common.mk
Ilya Matyukhin99725eb2021-05-18 00:58:22 -070030include device/google/gs101/fingerprint/udfps_common.mk
Robin Pengcd374d82021-02-23 20:00:46 +080031include device/google/raviole/audio/oriole/audio-tables.mk
32include hardware/google/pixel/vibrator/cs40l25/device.mk
33
Ilya Matyukhin99725eb2021-05-18 00:58:22 -070034ifeq ($(filter factory_oriole, $(TARGET_PRODUCT)),)
35include device/google/gs101/fingerprint/udfps_shipping.mk
36else
37include device/google/gs101/fingerprint/udfps_factory.mk
38endif
39
40
Robin Pengcd374d82021-02-23 20:00:46 +080041# Init files
42PRODUCT_COPY_FILES += \
Robin Peng334022f2021-05-05 12:01:32 +080043 device/google/raviole/conf/init.raviole.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.raviole.rc \
Robin Pengcd374d82021-02-23 20:00:46 +080044 device/google/raviole/conf/init.oriole.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.oriole.rc
45
46# Recovery files
47PRODUCT_COPY_FILES += \
48 device/google/gs101/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.oriole.rc
49
50# insmod files
51PRODUCT_COPY_FILES += \
52 device/google/raviole/init.insmod.oriole.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/init.insmod.oriole.cfg
53
54# Thermal Config
55PRODUCT_COPY_FILES += \
TeYuan Wang60d11bc2021-03-30 17:14:52 +080056 device/google/raviole/thermal_info_config_oriole.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
57 device/google/raviole/thermal_info_config_oriole_WHI_A.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_WHI_A.json
Robin Pengcd374d82021-02-23 20:00:46 +080058
Cheney Niab920162021-06-28 13:47:54 +080059# Bluetooth
60PRODUCT_PRODUCT_PROPERTIES += \
61 persist.bluetooth.a2dp_aac.vbr_supported=true
62
Labib68270de2021-05-05 17:15:43 +080063# Bluetooth Tx power caps for oriole
64PRODUCT_COPY_FILES += \
65 $(LOCAL_PATH)/bluetooth_power_limits_oriole.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv
66
Ted Wang34a89632021-07-15 18:46:57 +080067# Bluetooth SAR test tool
68PRODUCT_PACKAGES_DEBUG += \
69 sar_test
70
Robin Pengcd374d82021-02-23 20:00:46 +080071# MIPI Coex Configs
72PRODUCT_COPY_FILES += \
Eddie Tashjian7ecf2242021-03-25 13:25:38 -070073 device/google/raviole/radio/oriole_display_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/display_primary_mipi_coex_table.csv \
Jie Songe4885972021-04-19 17:50:26 +000074 device/google/raviole/radio/oriole_camera_front_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/camera_front_mipi_coex_table.csv \
75 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
Robin Pengcd374d82021-02-23 20:00:46 +080076
77# Camera
78PRODUCT_COPY_FILES += \
79 device/google/raviole/media_profiles_oriole.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
80
Long Ling82756612021-04-30 15:52:57 -070081# Display Config
82PRODUCT_COPY_FILES += \
Long Lingaaf6f632021-06-21 15:45:58 -070083 device/google/raviole/oriole/display_golden_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_golden_cal0.pb \
Long Ling82756612021-04-30 15:52:57 -070084 device/google/raviole/oriole/display_colordata_dev_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_colordata_dev_cal0.pb
85
Robin Pengcd374d82021-02-23 20:00:46 +080086# NFC
87PRODUCT_COPY_FILES += \
George Changd48ff142021-03-10 20:35:15 +080088 device/google/raviole/nfc/libnfc-hal-st.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-hal-st.conf \
89 device/google/raviole/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf
90
91
Robin Pengcd374d82021-02-23 20:00:46 +080092DEVICE_MANIFEST_FILE += \
93 device/google/gs101/nfc/manifest_se_gs101.xml
94
95# Vibrator HAL
96PRODUCT_PRODUCT_PROPERTIES +=\
97 ro.vendor.vibrator.hal.long.frequency.shift=15
Jimmy Shiu7700cf02021-06-18 13:54:27 +080098PRODUCT_PRODUCT_PROPERTIES += \
99 vendor.powerhal.adpf.rate=11111111
Robin Pengcd374d82021-02-23 20:00:46 +0800100
101# Voice packs for Text-To-Speech
102PRODUCT_COPY_FILES += \
Peter_Liang55f8b7c2021-05-20 17:20:36 +0800103 device/google/raviole/tts/ja-jp/ja-jp-x-multi-darwinn-wavernn-r27.zvoice:product/tts/google/ja-jp/ja-jp-x-multi-darwinn-wavernn-r27.zvoice\
104 device/google/raviole/tts/ja-jp/ja-jp-x-multi-r27.zvoice:product/tts/google/ja-jp/ja-jp-x-multi-r27.zvoice\
105 device/google/raviole/tts/ja-jp/ja-jp-x-multi-wavernn-r27.zvoice:product/tts/google/ja-jp/ja-jp-x-multi-wavernn-r27.zvoice\
106 device/google/raviole/tts/fr-fr/fr-fr-x-multi-darwinn-wavernn-r27.zvoice:product/tts/google/fr-fr/fr-fr-x-multi-darwinn-wavernn-r27.zvoice\
107 device/google/raviole/tts/fr-fr/fr-fr-x-multi-r27.zvoice:product/tts/google/fr-fr/fr-fr-x-multi-r27.zvoice\
108 device/google/raviole/tts/fr-fr/fr-fr-x-multi-wavernn-r27.zvoice:product/tts/google/fr-fr/fr-fr-x-multi-wavernn-r27.zvoice\
109 device/google/raviole/tts/de-de/de-de-x-multi-darwinn-wavernn-r27.zvoice:product/tts/google/de-de/de-de-x-multi-darwinn-wavernn-r27.zvoice\
110 device/google/raviole/tts/de-de/de-de-x-multi-r27.zvoice:product/tts/google/de-de/de-de-x-multi-r27.zvoice\
111 device/google/raviole/tts/de-de/de-de-x-multi-wavernn-r27.zvoice:product/tts/google/de-de/de-de-x-multi-wavernn-r27.zvoice\
112 device/google/raviole/tts/it-it/it-it-x-multi-r24.zvoice:product/tts/google/it-it/it-it-x-multi-r24.zvoice\
113 device/google/raviole/tts/es-es/es-es-x-multi-darwinn-wavernn-r27.zvoice:product/tts/google/es-es/es-es-x-multi-darwinn-wavernn-r27.zvoice\
114 device/google/raviole/tts/es-es/es-es-x-multi-r27.zvoice:product/tts/google/es-es/es-es-x-multi-r27.zvoice\
115 device/google/raviole/tts/es-es/es-es-x-multi-wavernn-r27.zvoice:product/tts/google/es-es/es-es-x-multi-wavernn-r27.zvoice
Cyan_Hsieh60a6c992021-03-11 14:44:54 +0800116
Benjamin Schwartzc798cb32021-03-18 17:55:40 -0700117# PowerStats HAL
Yanting Yang24333152021-05-03 15:43:06 +0800118PRODUCT_SOONG_NAMESPACES += \
119 device/google/raviole/powerstats/oriole \
120 device/google/raviole
Benjamin Schwartzc798cb32021-03-18 17:55:40 -0700121
Cyan_Hsieh60a6c992021-03-11 14:44:54 +0800122# Keyboard bottom padding in dp for portrait mode
123PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_b=10
linpeter85646ce2020-12-17 21:18:41 +0800124
125# Display LBE
126PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
Jack Wu6e0bb1c2019-01-17 21:38:27 +0800127
128# userdebug specific
129ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
130 PRODUCT_COPY_FILES += \
131 device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(PRODUCT_PLATFORM).wlc.rc
132endif
terrycrhuangfd95a682021-04-14 17:32:20 +0800133
134# Increment the SVN for any official public releases
135PRODUCT_VENDOR_PROPERTIES += \
136 ro.vendor.build.svn=1
shawnlin1c491622021-04-22 13:27:45 +0800137
138# Hide cutout overlays
139PRODUCT_PACKAGES += \
140 NoCutoutOverlay \
141 AvoidAppsInCutoutOverlay
Yanting Yang24333152021-05-03 15:43:06 +0800142
143# SKU specific RROs
144PRODUCT_PACKAGES += \
145 SettingsOverlayGR1YH
Kris Chen74dfc0c2021-05-07 21:38:46 +0800146
147# Fingerprint antispoof property
148PRODUCT_PRODUCT_PROPERTIES +=\
149 persist.vendor.fingerprint.disable.fake.override=none
Michael Ayoubica6b3522021-05-25 02:09:47 +0000150
151# DCK properties based on target
152PRODUCT_PROPERTY_OVERRIDES += \
153 ro.gms.dck.eligible_wcc=2
Robin Peng6e4640b2021-06-01 18:03:27 +0800154
155# Trusty liboemcrypto.so
156PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts
Bill Lin964bf232021-06-04 08:48:58 +0800157
158# Set support one-handed mode
159PRODUCT_PRODUCT_PROPERTIES += \
160 ro.support_one_handed_mode=true
Zhijun He59a30612021-07-09 11:33:45 -0700161
162# Enable camera exif model/make reporting
163PRODUCT_PRODUCT_PROPERTIES += \
164 persist.vendor.camera.exif_reveal_make_model=true