Revert "apollon: Initiate rebrand"

This reverts commit eb43dafe4f.
This commit is contained in:
ahmedtohamy1
2024-04-16 15:42:08 +00:00
parent 08b6b0a86d
commit b91cb59bca
8 changed files with 15 additions and 15 deletions

View File

@@ -6,6 +6,6 @@
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),apollon)
ifeq ($(TARGET_DEVICE),apollo)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif

View File

@@ -5,9 +5,9 @@
#
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_apollon.mk
$(LOCAL_DIR)/lineage_apollo.mk
COMMON_LUNCH_CHOICES := \
lineage_apollon-user \
lineage_apollon-userdebug \
lineage_apollon-eng
lineage_apollo-user \
lineage_apollo-userdebug \
lineage_apollo-eng

View File

@@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#
DEVICE_PATH := device/xiaomi/apollon
DEVICE_PATH := device/xiaomi/apollo
# Inherit from sm8250-common
include device/xiaomi/sm8250-common/BoardConfigCommon.mk
@@ -31,4 +31,4 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
TARGET_RELEASETOOLS_EXTENSIONS := $(DEVICE_PATH)
# Inherit from the proprietary version
include vendor/xiaomi/apollon/BoardConfigVendor.mk
include vendor/xiaomi/apollo/BoardConfigVendor.mk

View File

@@ -1,4 +1,4 @@
# Device Tree for Xiaomi Mi 10T/Mi 10T Pro (apollon)
# Device Tree for Xiaomi Mi 10T/Mi 10T Pro (apollo)
## Spec Sheet

View File

@@ -42,4 +42,4 @@ PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Inherit from vendor blobs
$(call inherit-product, vendor/xiaomi/apollon/apollon-vendor.mk)
$(call inherit-product, vendor/xiaomi/apollo/apollo-vendor.mk)

View File

@@ -38,7 +38,7 @@ fi
set -e
export DEVICE=apollon
export DEVICE=apollo
export DEVICE_COMMON=sm8250-common
export VENDOR=xiaomi

View File

@@ -11,11 +11,11 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit from apollon device
$(call inherit-product, device/xiaomi/apollon/device.mk)
# Inherit from apollo device
$(call inherit-product, device/xiaomi/apollo/device.mk)
PRODUCT_NAME := lineage_apollon
PRODUCT_DEVICE := apollon
PRODUCT_NAME := lineage_apollo
PRODUCT_DEVICE := apollo
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := Xiaomi Mi 10T

View File

@@ -8,7 +8,7 @@
set -e
export DEVICE=apollon
export DEVICE=apollo
export DEVICE_COMMON=sm8250-common
export VENDOR=xiaomi