Created
June 21, 2018 01:55
-
-
Save brianjmurrell/dbd8ed7705a08135efd943595083d690 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(call inherit-product, device/lge/d852/full_d852.mk) | |
# Inherit some common Lineage stuff. | |
$(call inherit-product, vendor/lineage/config/common_full_phone.mk) | |
PRODUCT_NAME := lineage_d852 | |
PRODUCT_BUILD_PROP_OVERRIDES += \ | |
PRODUCT_DEVICE="g3" \ | |
PRODUCT_NAME="g3_bell_ca" \ | |
BUILD_FINGERPRINT="lge/g3_global_com/g3:5.0/LRX21R.A1421650137/1421650137:user/release-keys" \ | |
PRIVATE_BUILD_DESC="g3_global_com-user 5.0 LRX21R.A1421650137 1421650137 release-keys" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment