apollon: Initiate rebrand

due to conflicts with amazon_apollo this device will be called apollon from now on

Change-Id: Iaf608cacca1ea8868e545bd85884ffbf4587e5cd
This commit is contained in:
Ramii Ahmed
2021-06-19 21:14:22 +00:00
committed by Bruno Martins
parent 88492861e4
commit eb43dafe4f
8 changed files with 15 additions and 15 deletions

View File

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

View File

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

View File

@@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#
DEVICE_PATH := device/xiaomi/apollo
DEVICE_PATH := device/xiaomi/apollon
# Inherit from sm8250-common
include device/xiaomi/sm8250-common/BoardConfigCommon.mk
@@ -21,4 +21,4 @@ TARGET_SCREEN_DENSITY := 440
TARGET_KERNEL_CONFIG := vendor/apollo_defconfig
# Inherit from the proprietary version
include vendor/xiaomi/apollo/BoardConfigVendor.mk
include vendor/xiaomi/apollon/BoardConfigVendor.mk

View File

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

View File

@@ -30,4 +30,4 @@ PRODUCT_SHIPPING_API_LEVEL := 29
$(call inherit-product, device/xiaomi/sm8250-common/kona.mk)
# Inherit from vendor blobs
$(call inherit-product, vendor/xiaomi/apollo/apollo-vendor.mk)
$(call inherit-product, vendor/xiaomi/apollon/apollon-vendor.mk)

View File

@@ -52,7 +52,7 @@ fi
set -e
export DEVICE=apollo
export DEVICE=apollon
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 apollo device
$(call inherit-product, device/xiaomi/apollo/device.mk)
# Inherit from apollon device
$(call inherit-product, device/xiaomi/apollon/device.mk)
PRODUCT_NAME := lineage_apollo
PRODUCT_DEVICE := apollo
PRODUCT_NAME := lineage_apollon
PRODUCT_DEVICE := apollon
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := Xiaomi Mi 10T

View File

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