-
Notifications
You must be signed in to change notification settings - Fork 11
/
lineage.mk
28 lines (23 loc) · 992 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 from ha3g device
$(call inherit-product, device/samsung/ha3g/device.mk)
# Inherit some common LineageOS 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_ha3g
PRODUCT_DEVICE := ha3g
PRODUCT_BRAND := samsung
PRODUCT_MANUFACTURER := samsung
PRODUCT_MODEL := SM-N900
PRODUCT_GMS_CLIENTID_BASE := android-samsung
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_MODEL=SM-N900 \
PRODUCT_NAME=ha3g \
PRODUCT_DEVICE=ha3g \
TARGET_DEVICE=ha3g \
BUILD_FINGERPRINT="samsung/ha3gub/ha3g:5.0/LRX21V/N900UBUEBOK1:user/release-keys" \
PRIVATE_BUILD_DESC="ha3gub-user 5.0 LRX21V N900UBUEBOK1 release-keys"