merothh | 5485610 | 2021-11-04 12:07:41 +0530 | [diff] [blame] | 1 | # |
Michael Bestas | 4e1ba2f | 2024-05-12 06:38:39 +0300 | [diff] [blame] | 2 | # SPDX-FileCopyrightText: 2021-2024 The LineageOS Project |
merothh | 5485610 | 2021-11-04 12:07:41 +0530 | [diff] [blame] | 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | # |
| 5 | |
| 6 | # Inherit from those products. Most specific first. |
| 7 | $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) |
| 8 | $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) |
| 9 | |
Michael Bestas | 9e3d0d6 | 2024-05-28 03:47:26 +0300 | [diff] [blame^] | 10 | # Inherit from otter device |
| 11 | $(call inherit-product, device/shift/otter/device.mk) |
merothh | 5485610 | 2021-11-04 12:07:41 +0530 | [diff] [blame] | 12 | |
| 13 | # Inherit some common Lineage stuff. |
| 14 | $(call inherit-product, vendor/lineage/config/common_full_phone.mk) |
| 15 | |
Alessandro Astone | a63f700 | 2021-03-09 18:15:41 +0100 | [diff] [blame] | 16 | # Boot animation |
Michael Bestas | 2b40b28 | 2023-08-31 01:16:25 +0300 | [diff] [blame] | 17 | TARGET_SCREEN_HEIGHT := 2700 |
| 18 | TARGET_SCREEN_WIDTH := 1224 |
Alessandro Astone | a63f700 | 2021-03-09 18:15:41 +0100 | [diff] [blame] | 19 | |
merothh | 5485610 | 2021-11-04 12:07:41 +0530 | [diff] [blame] | 20 | # Device identifier. This must come after all inclusions. |
Michael Bestas | 9e3d0d6 | 2024-05-28 03:47:26 +0300 | [diff] [blame^] | 21 | PRODUCT_NAME := lineage_otter |
| 22 | PRODUCT_DEVICE := otter |
| 23 | PRODUCT_BRAND := SHIFT |
| 24 | PRODUCT_MODEL := SHIFTphone 8 |
| 25 | PRODUCT_MANUFACTURER := SHIFT |
merothh | dd2008e | 2022-01-02 18:43:18 +0530 | [diff] [blame] | 26 | |
Michael Bestas | 9e3d0d6 | 2024-05-28 03:47:26 +0300 | [diff] [blame^] | 27 | PRODUCT_SYSTEM_NAME := otter |
Rohit | 2b7e8e8 | 2023-03-29 13:22:56 +0530 | [diff] [blame] | 28 | |
Michael Bestas | 9e3d0d6 | 2024-05-28 03:47:26 +0300 | [diff] [blame^] | 29 | PRODUCT_GMS_CLIENTID_BASE := android-uniscope |
merothh | dd2008e | 2022-01-02 18:43:18 +0530 | [diff] [blame] | 30 | |
| 31 | PRODUCT_BUILD_PROP_OVERRIDES += \ |
Michael Bestas | 2184e14 | 2024-05-12 06:33:38 +0300 | [diff] [blame] | 32 | TARGET_PRODUCT=$(PRODUCT_SYSTEM_NAME) |
TheScarastic | b75fc9d | 2018-09-22 03:56:35 -0400 | [diff] [blame] | 33 | |
Michael Bestas | 9e3d0d6 | 2024-05-28 03:47:26 +0300 | [diff] [blame^] | 34 | BUILD_FINGERPRINT := SHIFT/otter/otter:14/SOS.6.0/20240916:user/release-keys |