-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathlineage.mk
executable file
·28 lines (23 loc) · 998 Bytes
/
lineage.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
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/k3gxx/device.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit more LineageOS stuff.
$(call inherit-product, vendor/cm/config/telephony.mk)
## Device identifier. This must come after all inclusions
PRODUCT_NAME := lineage_k3gxx
PRODUCT_DEVICE := k3gxx
PRODUCT_BRAND := samsung
PRODUCT_MANUFACTURER := samsung
PRODUCT_MODEL:= SM-G900H
PRODUCT_GMS_CLIENTID_BASE := android-samsung
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_MODEL=SM-G900H \
PRODUCT_NAME=k3gxx \
PRODUCT_DEVICE=k3gxx \
TARGET_DEVICE=k3gxx \
BUILD_FINGERPRINT="samsung/k3gxx/k3g:6.0.1/MMB29K/G900HXXU1CPF2:user/release-keys" \
PRIVATE_BUILD_DESC="k3gxx-user 6.0.1 MMB29K G900HXXU1CPF2 release-keys"