maxwen | 5a1ca78 | 2022-11-21 20:47:11 +0100 | [diff] [blame] | 1 | # |
| 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 | |
| 20 | TARGET_BOOTANIMATION_SIZE := 1080p |
| 21 | |
| 22 | $(call inherit-product, vendor/omni/config/common.mk) |
| 23 | $(call inherit-product, device/google/gs101/device-omni.mk) |
| 24 | $(call inherit-product, device/google/raviole/aosp_oriole.mk) |
| 25 | |
| 26 | PRODUCT_NAME := omni_oriole |
| 27 | PRODUCT_SYSTEM_DEVICE := oriole |
| 28 | PRODUCT_SYSTEM_MODEL := Pixel 6 |
| 29 | PRODUCT_SYSTEM_NAME := oriole |
| 30 | PRODUCT_SYSTEM_MANUFACTURER := Google |
| 31 | |
| 32 | PRODUCT_BUILD_PROP_OVERRIDES += \ |
maxwen | 0859816 | 2022-12-13 21:41:39 +0100 | [diff] [blame] | 33 | PRIVATE_BUILD_DESC="oriole-user 13 TQ1A.221205.011 9244662 release-keys" |
maxwen | 5a1ca78 | 2022-11-21 20:47:11 +0100 | [diff] [blame] | 34 | |
maxwen | 0859816 | 2022-12-13 21:41:39 +0100 | [diff] [blame] | 35 | # defined in vendor/google_devices/oriole/proprietary/device-vendor.mk |
| 36 | BUILD_FINGERPRINT := google/oriole/oriole:13/TQ1A.221205.011/9244662:user/release-keys |
maxwen | 5a1ca78 | 2022-11-21 20:47:11 +0100 | [diff] [blame] | 37 | |
| 38 | PRODUCT_RESTRICT_VENDOR_FILES := false |
| 39 | |
| 40 | # for bringup to disable secure adb - copy adbkey.pub from ~/.android |
| 41 | #PRODUCT_ADB_KEYS := device/google/raviole/adbkey.pub |
| 42 | #PRODUCT_PACKAGES += \ |
| 43 | adb_keys |
| 44 | |
| 45 | #BOARD_BOOTCONFIG += androidboot.selinux=permissive |
| 46 | #BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive |
| 47 | |
maxwen | 5a1ca78 | 2022-11-21 20:47:11 +0100 | [diff] [blame] | 48 | # HBM |
maxwen | f61c3fc | 2022-12-14 15:14:19 +0100 | [diff] [blame] | 49 | PRODUCT_COPY_FILES += \ |
maxwen | 5a1ca78 | 2022-11-21 20:47:11 +0100 | [diff] [blame] | 50 | device/google/raviole/permissions/permissions_com.android.hbmsvmanager.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/permissions_com.android.hbmsvmanager.xml |
| 51 | |
maxwen | f61c3fc | 2022-12-14 15:14:19 +0100 | [diff] [blame] | 52 | PRODUCT_PACKAGES += \ |
maxwen | 5a1ca78 | 2022-11-21 20:47:11 +0100 | [diff] [blame] | 53 | HbmSVManagerOverlay |
| 54 | |
| 55 | # euicc from stock |
| 56 | PRODUCT_COPY_FILES += \ |
| 57 | device/google/raviole/permissions/permissions_com.google.android.euicc.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/permissions_com.google.android.euicc.xml |
maxwen | 0859816 | 2022-12-13 21:41:39 +0100 | [diff] [blame] | 58 | |
maxwen | 5a1ca78 | 2022-11-21 20:47:11 +0100 | [diff] [blame] | 59 | # sysconfig from stock |
| 60 | PRODUCT_COPY_FILES += \ |
maxwen | 0859816 | 2022-12-13 21:41:39 +0100 | [diff] [blame] | 61 | device/google/raviole/product-sysconfig-stock.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/product-sysconfig-stock.xml |
| 62 | |