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 | c6983fb | 2022-06-01 08:32:50 +0200 | [diff] [blame] | 20 | # ShiftOS - 3.8 G (20220824) |
Alexander Martinz | 45a241a | 2022-03-08 18:11:34 +0100 | [diff] [blame] | 21 | PRODUCT_BUILD_PROP_OVERRIDES += \ |
| 22 | TARGET_DEVICE=axolotl \ |
| 23 | PRODUCT_NAME=axolotl \ |
Alexander Martinz | c6983fb | 2022-06-01 08:32:50 +0200 | [diff] [blame] | 24 | PRIVATE_BUILD_DESC="axolotl-user 10 QSV1.210329.038 20220824 release-keys" |
Alexander Martinz | 45a241a | 2022-03-08 18:11:34 +0100 | [diff] [blame] | 25 | |
Alexander Martinz | c6983fb | 2022-06-01 08:32:50 +0200 | [diff] [blame] | 26 | BUILD_FINGERPRINT := SHIFT/axolotl/axolotl:10/QSV1.210329.038/20220824:user/release-keys |