forked from Suicide-Squirrel/android_device_lge_h815
-
Notifications
You must be signed in to change notification settings - Fork 2
/
aos.mk
24 lines (18 loc) · 814 Bytes
/
aos.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 h815 device
$(call inherit-product, device/lge/h815/device.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/aos/config/common.mk)
# Set those variables here to overwrite the inherited values.
PRODUCT_DEVICE := h815
PRODUCT_NAME := aos_h815
PRODUCT_BRAND := lge
PRODUCT_MODEL := LG-H815
PRODUCT_MANUFACTURER := LGE
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_DEVICE="g4" \
PRODUCT_NAME="g4_global_com" \
PRIVATE_BUILD_DESC="p1_global_com-user 6.0 MRA58K 152940055675e release-keys"
BUILD_FINGERPRINT := "lge/p1_global_com/p1:6.0/MRA58K/152940055675e:user/release-keys"