-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaosp_d855.mk
More file actions
20 lines (16 loc) · 719 Bytes
/
aosp_d855.mk
File metadata and controls
20 lines (16 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$(call inherit-product, device/lge/d855/device.mk)
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit our stuff.
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Set those variables here to overwrite the inherited values.
PRODUCT_DEVICE := d855
PRODUCT_NAME := aosp_d855
PRODUCT_BRAND := lge
PRODUCT_MODEL := LG-D855
PRODUCT_MANUFACTURER := LGE
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_DEVICE="g3" \
PRODUCT_NAME="g3_global_com" \
BUILD_FINGERPRINT="lge/g3_global_com/g3:6.0/MRA58K/15351124649f4:user/release-keys" \
PRIVATE_BUILD_DESC="g3_global_com-user 6.0 MRA58K 15351124649f4 release-keys"