-
Notifications
You must be signed in to change notification settings - Fork 0
/
lineage_kugo.mk
33 lines (25 loc) · 953 Bytes
/
lineage_kugo.mk
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
29
30
31
32
33
#
# Copyright (C) 2018 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from kugo device
$(call inherit-product, device/sony/kugo/device.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720
# Device identifications
PRODUCT_NAME := lineage_kugo
PRODUCT_DEVICE := kugo
PRODUCT_BRAND := Sony
PRODUCT_MODEL := Xperia X Compact
PRODUCT_MANUFACTURER := Sony
PRODUCT_GMS_CLIENTID_BASE := android-sonymobile
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="F5321-user 8.0.0 34.4.A.0.364 2371171945 release-keys"
BUILD_FINGERPRINT := Sony/F5321/F5321:8.0.0/34.4.A.0.364/2371171945:user/release-keys