Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fa7ddc7 authored by TheMalachite's avatar TheMalachite
Browse files

v7101o: Stick to internal codename

parent 0a5663ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),bismuth)
ifeq ($(TARGET_DEVICE),v7101o)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif
+1 −1
Original line number Diff line number Diff line
PRODUCT_MAKEFILES := \
    $(LOCAL_DIR)/rr_bismuth.mk
    $(LOCAL_DIR)/rr_v7101o.mk
+3 −3
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@
# SPDX-License-Identifier: Apache-2.0
#

DEVICE_PATH := device/teracube/bismuth
DEVICE_PATH := device/teracube/v7101o

# APEX
TARGET_FLATTEN_APEX := true

# Assertions
TARGET_OTA_ASSERT_DEVICE := Teracube_One,bismuth
TARGET_OTA_ASSERT_DEVICE := Teracube_One,v7101o

# Architecture
TARGET_ARCH := arm64
@@ -60,7 +60,7 @@ BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
TARGET_KERNEL_ARCH := arm64
TARGET_KERNEL_HEADER_ARCH := arm64
TARGET_KERNEL_CLANG_COMPILE := true
TARGET_KERNEL_SOURCE := kernel/teracube/bismuth
TARGET_KERNEL_SOURCE := kernel/teracube/v7101o
TARGET_KERNEL_CONFIG := v7101o_defconfig
TARGET_KERNEL_ADDITIONAL_FLAGS := \
    DTC=$(shell pwd)/prebuilts/misc/$(HOST_OS)-x86/dtc/dtc \
+3 −3
Original line number Diff line number Diff line
Device tree for the Teracube One (bismuth)
Device tree for the Teracube One (v7101o)
=================================================

The Teracube One (codenamed _"bismuth"_) is a mid-range smartphone from Teracube.
The Teracube One (codenamed _"v7101o"_) is a mid-range smartphone from Teracube.
He was released in February 2020.

| Basic                   | Spec Sheet                                                                                                                     |
@@ -18,4 +18,4 @@ He was released in February 2020.
| Camera (Front)          | 8MP                                                                                                                            |

## Device picture
![bismuth](https://cdn.shopify.com/s/files/1/0253/7386/8081/products/PRODUCT-1_450x.png?v=1579695634)
![v7101o](https://cdn.shopify.com/s/files/1/0253/7386/8081/products/PRODUCT-1_450x.png?v=1579695634)
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#

# Get non-open-source specific aspects
$(call inherit-product-if-exists, vendor/teracube/bismuth/bismuth-vendor.mk)
$(call inherit-product-if-exists, vendor/teracube/v7101o/v7101o-vendor.mk)

# Properties
include $(LOCAL_PATH)/properties.mk
Loading