forked from aoleary/android_device_lge_h811
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aos.mk
25 lines (19 loc) · 857 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
24
25
# 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/h811/device.mk)
# Inherit some common AOSCP stuff.
$(call inherit-product, vendor/aos/config/common.mk)
# Overlays (inherit after vendor/lineage to ensure we override it)
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
PRODUCT_NAME := aos_h811
PRODUCT_DEVICE := h811
PRODUCT_BRAND := lge
PRODUCT_MODEL := LG-H811
PRODUCT_MANUFACTURER := LGE
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_DEVICE="g4" \
PRODUCT_NAME="g4__tmo_us" \
PRIVATE_BUILD_DESC="p1__tmo_us-user 6.0 MRA58K 152940055675e release-keys"
BUILD_FINGERPRINT := "lge/p1__tmo_us/p1:6.0/MRA58K/152940055675e:user/release-keys"