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 | |
Alexander Martinz | 9ed48af | 2024-12-05 11:42:04 +0100 | [diff] [blame^] | 6 | # Inherit from full device. |
| 7 | $(call inherit-product, device/shift/otter/full_otter.mk) |
merothh | 5485610 | 2021-11-04 12:07:41 +0530 | [diff] [blame] | 8 | |
| 9 | # Inherit some common Lineage stuff. |
| 10 | $(call inherit-product, vendor/lineage/config/common_full_phone.mk) |
| 11 | |
Alexander Martinz | 9ed48af | 2024-12-05 11:42:04 +0100 | [diff] [blame^] | 12 | # Override product name for Lineage. |
Michael Bestas | 9e3d0d6 | 2024-05-28 03:47:26 +0300 | [diff] [blame] | 13 | PRODUCT_NAME := lineage_otter |
merothh | dd2008e | 2022-01-02 18:43:18 +0530 | [diff] [blame] | 14 | |
| 15 | PRODUCT_BUILD_PROP_OVERRIDES += \ |
Michael Bestas | 7897ff8 | 2024-10-20 20:13:21 +0300 | [diff] [blame] | 16 | BuildFingerprint=SHIFT/otter/otter:14/SOS.6.0.20241030/20241030:user/release-keys \ |
| 17 | DeviceProduct=otter |