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 | e3b93e5 | 2024-05-29 01:25:29 +0300 | [diff] [blame] | 17 | TARGET_SCREEN_HEIGHT := 2400 |
| 18 | TARGET_SCREEN_WIDTH := 1080 |
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_GMS_CLIENTID_BASE := android-uniscope |
merothh | dd2008e | 2022-01-02 18:43:18 +0530 | [diff] [blame] | 28 | |
| 29 | PRODUCT_BUILD_PROP_OVERRIDES += \ |
Michael Bestas | 7897ff8 | 2024-10-20 20:13:21 +0300 | [diff] [blame^] | 30 | BuildFingerprint=SHIFT/otter/otter:14/SOS.6.0.20241030/20241030:user/release-keys \ |
| 31 | DeviceProduct=otter |