Alexander Martinz | 54fdc2d | 2021-04-22 14:19:05 +0200 | [diff] [blame] | 1 | # |
Alexander Martinz | 017b7ae | 2022-02-10 11:19:29 +0100 | [diff] [blame] | 2 | # Copyright (C) 2021-2022 SHIFT GmbH |
| 3 | # Copyright (C) 2021-2022 The LineageOS Project |
Alexander Martinz | 54fdc2d | 2021-04-22 14:19:05 +0200 | [diff] [blame] | 4 | # |
Alexander Martinz | b6c1147 | 2021-08-26 17:27:03 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: Apache-2.0 |
Alexander Martinz | 54fdc2d | 2021-04-22 14:19:05 +0200 | [diff] [blame] | 6 | # |
| 7 | |
Alexander Martinz | 017b7ae | 2022-02-10 11:19:29 +0100 | [diff] [blame] | 8 | # Inherit from full device. |
Alexander Martinz | 54fdc2d | 2021-04-22 14:19:05 +0200 | [diff] [blame] | 9 | $(call inherit-product, device/shift/axolotl/full_axolotl.mk) |
| 10 | |
| 11 | # Inherit some common Lineage stuff. |
| 12 | $(call inherit-product, vendor/lineage/config/common_full_phone.mk) |
| 13 | |
Alexander Martinz | 186f8fb | 2022-05-31 17:09:21 +0200 | [diff] [blame] | 14 | # Retrofit virtual A/B |
| 15 | $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota_retrofit.mk) |
| 16 | |
Alexander Martinz | 54fdc2d | 2021-04-22 14:19:05 +0200 | [diff] [blame] | 17 | # Override product name for Lineage. |
| 18 | PRODUCT_NAME := lineage_axolotl |
Alexander Martinz | 45a241a | 2022-03-08 18:11:34 +0100 | [diff] [blame] | 19 | |
Alexander Martinz | 45a241a | 2022-03-08 18:11:34 +0100 | [diff] [blame] | 20 | PRODUCT_BUILD_PROP_OVERRIDES += \ |
Michael Bestas | 213e778 | 2024-10-20 20:08:23 +0300 | [diff] [blame] | 21 | BuildDesc="axolotl-user 13 TQ3A.230901.001 20240820 release-keys" |
| 22 | BuildFingerprint=SHIFT/axolotl/axolotl:13/TQ3A.230901.001/20240820:user/release-keys \ |
| 23 | DeviceProduct=axolotl |