parent
ece4f97da2
commit
8988513ef2
7 changed files with 11 additions and 11 deletions
|
@ -6,6 +6,6 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),dagda)
|
||||
ifeq ($(TARGET_DEVICE),zeus)
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
endif
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
#
|
||||
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/lineage_dagda.mk
|
||||
$(LOCAL_DIR)/lineage_zeus.mk
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
include device/xiaomi/sm8450-common/BoardConfigCommon.mk
|
||||
|
||||
# Inherit from the proprietary version
|
||||
include vendor/xiaomi/dagda/BoardConfigVendor.mk
|
||||
include vendor/xiaomi/zeus/BoardConfigVendor.mk
|
||||
|
||||
DEVICE_PATH := device/xiaomi/dagda
|
||||
DEVICE_PATH := device/xiaomi/zeus
|
||||
|
||||
# Kernel
|
||||
device_second_stage_modules := \
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
$(call inherit-product, device/xiaomi/sm8450-common/common.mk)
|
||||
|
||||
# Inherit from the proprietary version
|
||||
$(call inherit-product, vendor/xiaomi/dagda/dagda-vendor.mk)
|
||||
$(call inherit-product, vendor/xiaomi/zeus/zeus-vendor.mk)
|
||||
|
||||
# Overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
@ -31,7 +31,7 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
export DEVICE=dagda
|
||||
export DEVICE=zeus
|
||||
export DEVICE_COMMON=sm8450-common
|
||||
export VENDOR=xiaomi
|
||||
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# Inherit from dagda device
|
||||
$(call inherit-product, device/xiaomi/dagda/device.mk)
|
||||
# Inherit from zeus device
|
||||
$(call inherit-product, device/xiaomi/zeus/device.mk)
|
||||
|
||||
# Inherit from common lineage configuration
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
PRODUCT_NAME := lineage_dagda
|
||||
PRODUCT_DEVICE := dagda
|
||||
PRODUCT_NAME := lineage_zeus
|
||||
PRODUCT_DEVICE := zeus
|
||||
PRODUCT_MANUFACTURER := Xiaomi
|
||||
PRODUCT_BRAND := Xiaomi
|
||||
PRODUCT_MODEL := 2201122G
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
export DEVICE=dagda
|
||||
export DEVICE=zeus
|
||||
export DEVICE_COMMON=sm8450-common
|
||||
export VENDOR=xiaomi
|
||||
|
||||
|
|
Loading…
Reference in a new issue