-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlineage_vicky.mk
More file actions
executable file
·28 lines (22 loc) · 1.01 KB
/
lineage_vicky.mk
File metadata and controls
executable file
·28 lines (22 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Copyright (C) 2026 The LineageOS Open Source Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common LineageOS stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit from vicky device.
$(call inherit-product, device/motorola/vicky/device.mk)
# Device identifier. This must match your lunch combo
PRODUCT_DEVICE := vicky
PRODUCT_NAME := lineage_vicky
PRODUCT_BRAND := alps
PRODUCT_MODEL := vicky
PRODUCT_MANUFACTURER := motorola
PRODUCT_GMS_CLIENTID_BASE := android-motorola
BUILD_FINGERPRINT := "motorola/vicky/vicky_g_sys:13/T2SVS33.68-21-6-13/9ff85-633df5:user/release-keys"
PRODUCT_BUILD_PROP_OVERRIDES := BuildDesc=$(call normalize-path-list, "vicky_g_sys-user-13-T2SVS33.68-21-6-13-9ff85-633df5-release-keys")
PRODUCT_PROPERTY_OVERRIDES := ro.build.fingerprint=$(BUILD_FINGERPRINT)