tulip: Initialize for Evolution X 9.x
Change-Id: I51d135320618b983832443e73c25e2272f607b9a
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
#
|
||||
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/evolution_tulip.mk
|
||||
$(LOCAL_DIR)/lineage_tulip.mk
|
||||
|
||||
COMMON_LUNCH_CHOICES := \
|
||||
evolution_tulip-user \
|
||||
evolution_tulip-userdebug \
|
||||
evolution_tulip-eng
|
||||
lineage_tulip-user \
|
||||
lineage_tulip-userdebug \
|
||||
lineage_tulip-eng
|
||||
|
||||
@@ -230,10 +230,6 @@ PRODUCT_COPY_FILES += \
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.gatekeeper@1.0.vendor
|
||||
|
||||
# Google Camera Lite
|
||||
PRODUCT_PACKAGES += \
|
||||
GoogleCameraLite
|
||||
|
||||
# Google Deskclock permission
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(DEVICE_PATH)/configs/default-permissions_com.google.android.deskclock.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/default-permissions/default-permissions_com.google.android.deskclock.xml
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
[
|
||||
{
|
||||
"repository" : "vendor_xiaomi_tulip",
|
||||
"target_path": "vendor/xiaomi/tulip"
|
||||
"repository" : "vendor_xiaomi_twolip",
|
||||
"target_path": "vendor/xiaomi/twolip"
|
||||
},
|
||||
{
|
||||
"repository" : "kernel_xiaomi_tulip",
|
||||
"target_path": "kernel/xiaomi/tulip"
|
||||
},
|
||||
{
|
||||
"repository" : "LineageOS/android_hardware_xiaomi",
|
||||
"target_path": "hardware/xiaomi",
|
||||
"remote" : "github",
|
||||
"branch" : "lineage-21"
|
||||
}
|
||||
]
|
||||
@@ -8,23 +8,28 @@
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
|
||||
# Inherit some common Evolution X stuff
|
||||
$(call inherit-product, vendor/evolution/config/common_full_phone.mk)
|
||||
# Inherit some common Lineage stuff
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
# Inherit from tulip device
|
||||
$(call inherit-product, device/xiaomi/tulip/device.mk)
|
||||
|
||||
# Next Generation Assistant
|
||||
PRODUCT_PACKAGES += \
|
||||
NgaResources \
|
||||
nga
|
||||
$(call inherit-product, $(LOCAL_PATH)/device.mk)
|
||||
|
||||
# Device Info
|
||||
PRODUCT_NAME := evolution_tulip
|
||||
PRODUCT_NAME := lineage_tulip
|
||||
PRODUCT_DEVICE := tulip
|
||||
PRODUCT_BRAND := xiaomi
|
||||
PRODUCT_MODEL := Redmi Note 6 Pro
|
||||
PRODUCT_MANUFACTURER := Xiaomi
|
||||
TARGET_VENDOR_PRODUCT_NAME := tulip
|
||||
|
||||
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|
||||
|
||||
TARGET_VENDOR_PRODUCT_NAME := tulip
|
||||
|
||||
# Boot Animation
|
||||
TARGET_BOOT_ANIMATION_RES := 1080
|
||||
|
||||
# Fingerprint
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||
PRIVATE_BUILD_DESC="tulip-user 9 PKQ1.180904.001 V12.0.1.0.PEKMIXM release-keys"
|
||||
|
||||
BUILD_FINGERPRINT := xiaomi/tulip/tulip:9/PKQ1.180904.001/V12.0.1.0.PEKMIXM:user/release-keys
|
||||
Reference in New Issue
Block a user