Loading Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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 AndroidProducts.mk +1 −1 Original line number Diff line number Diff line PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/rr_bismuth.mk $(LOCAL_DIR)/rr_v7101o.mk BoardConfig.mk +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 \ Loading README.md +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 | Loading @@ -18,4 +18,4 @@ He was released in February 2020. | Camera (Front) | 8MP | ## Device picture   device.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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
AndroidProducts.mk +1 −1 Original line number Diff line number Diff line PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/rr_bismuth.mk $(LOCAL_DIR)/rr_v7101o.mk
BoardConfig.mk +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 \ Loading
README.md +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 | Loading @@ -18,4 +18,4 @@ He was released in February 2020. | Camera (Front) | 8MP | ## Device picture  
device.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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