blob: aea56f863a51956a5f2c802780b631f0cb69d281 [file] [log] [blame]
maxwen5a1ca782022-11-21 20:47:11 +01001#
2# Copyright 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
17# Get the prebuilt list of APNs
18$(call inherit-product, vendor/omni/config/gsm.mk)
19
maxwen25384752023-02-13 02:09:20 +010020DEVICE_PACKAGE_OVERLAYS += device/google/oriole/overlay
21
maxwen5a1ca782022-11-21 20:47:11 +010022TARGET_BOOTANIMATION_SIZE := 1080p
23
24$(call inherit-product, vendor/omni/config/common.mk)
25$(call inherit-product, device/google/gs101/device-omni.mk)
26$(call inherit-product, device/google/raviole/aosp_oriole.mk)
27
28PRODUCT_NAME := omni_oriole
maxwen7211df92023-11-02 18:53:56 +010029PRODUCT_MODEL := Pixel 6
30PRODUCT_BRAND := google
maxwen5a1ca782022-11-21 20:47:11 +010031
maxwene66e5742024-11-10 13:19:36 +010032PRODUCT_BUILD_PROP_OVERRIDES := \
maxwene21c1362025-01-02 12:48:55 +010033 BuildDesc="oriole-user 15 AP4A.241205.013 12621605 release-keys" \
34 BuildFingerprint=google/oriole/oriole:15/AP4A.241205.013/12621605:user/release-keys \
maxwene66e5742024-11-10 13:19:36 +010035 DeviceProduct=oriole
maxwen5a1ca782022-11-21 20:47:11 +010036
37PRODUCT_RESTRICT_VENDOR_FILES := false
38
maxwen6ba8c512023-10-25 00:01:17 +020039PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := false
40
maxwen5a1ca782022-11-21 20:47:11 +010041# for bringup to disable secure adb - copy adbkey.pub from ~/.android
42#PRODUCT_ADB_KEYS := device/google/raviole/adbkey.pub
43#PRODUCT_PACKAGES += \
44 adb_keys
45
46#BOARD_BOOTCONFIG += androidboot.selinux=permissive
47#BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
48
maxwen6eea29c2024-01-17 17:17:35 +010049# Kernel
50TARGET_PREBUILT_KERNEL := device/google/raviole-kernel/Image.lz4
51
maxwen5a1ca782022-11-21 20:47:11 +010052# HBM
maxwenf61c3fc2022-12-14 15:14:19 +010053PRODUCT_COPY_FILES += \
maxwen5a1ca782022-11-21 20:47:11 +010054 device/google/raviole/permissions/permissions_com.android.hbmsvmanager.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/permissions_com.android.hbmsvmanager.xml
55
maxwenf61c3fc2022-12-14 15:14:19 +010056PRODUCT_PACKAGES += \
maxwen5a1ca782022-11-21 20:47:11 +010057 HbmSVManagerOverlay
58
59# euicc from stock
60PRODUCT_COPY_FILES += \
61 device/google/raviole/permissions/permissions_com.google.android.euicc.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/permissions_com.google.android.euicc.xml
maxwen08598162022-12-13 21:41:39 +010062
maxwen837558b2023-12-09 02:34:00 +010063# Pixel Camera Services / Camera extensions
64PRODUCT_COPY_FILES += \
65 device/google/raviole/permissions/permissions_com.google.android.apps.camera.services.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/permissions_com.google.android.apps.camera.services.xml
66
maxwen1a7b7d42023-10-24 15:40:43 +020067# For Google Camera
maxwen5a1ca782022-11-21 20:47:11 +010068PRODUCT_COPY_FILES += \
maxwen1a7b7d42023-10-24 15:40:43 +020069 device/google/raviole/the_experiences.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/the_experiences.xml
maxwen08598162022-12-13 21:41:39 +010070
maxwenaa4b6e72023-10-24 23:47:38 +020071# wireless_charger HAL service
72include device/google/gs-common/wireless_charger/wireless_charger.mk