s/gts210vewifi/gts210velte/g

This commit is contained in:
Daniel Reimer 2018-01-04 21:47:53 +01:00 committed by LuK1337
parent 744f114c2b
commit 9e05510b8c
10 changed files with 23 additions and 23 deletions

View File

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

View File

@ -14,4 +14,4 @@
# limitations under the License.
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/full_gts210vewifi.mk
$(LOCAL_DIR)/full_gts210velte.mk

View File

@ -16,19 +16,19 @@
# inherit from common msm8976-common
-include device/samsung/msm8976-common/BoardConfigCommon.mk
DEVICE_PATH := device/samsung/gts210vewifi
DEVICE_PATH := device/samsung/gts210velte
# Assert
TARGET_OTA_ASSERT_DEVICE := gts210vewifi
TARGET_OTA_ASSERT_DEVICE := gts210velte
# Board
TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt
# Kernel
TARGET_KERNEL_CONFIG := gts210vewifi_defconfig
TARGET_KERNEL_CONFIG := gts210velte_defconfig
# Properties
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
# inherit from the proprietary version
-include vendor/samsung/gts210vewifi/BoardConfigVendor.mk
-include vendor/samsung/gts210velte/BoardConfigVendor.mk

View File

@ -1,4 +1,4 @@
Device Tree for Samsung Galaxy Tab S2 9.7 (gts210vewifi)
Device Tree for Samsung Galaxy Tab S2 9.7 LTE (gts210velte)
===========================================
Basic | Spec Sheet

View File

@ -1 +1 @@
require version-bootloader=T813XXS2BQG3|T813XXU2BQD1|T813XXU2BQD3|T813XXU2BQF2|T813XXU2BQG4|T813XXU2BQI1
require version-bootloader=T819XXS2BQG3|T819XXU2BQCO|T819XXU2BQD1|T819XXU2BQD3|T819XXU2BQF2|T819XXU2BQG2|T819XXU2BQG4|T819XXU2BQI1

View File

@ -15,7 +15,7 @@
#
# call the proprietary setup
$(call inherit-product-if-exists, vendor/samsung/gts210vewifi/gts210vewifi-vendor.mk)
$(call inherit-product-if-exists, vendor/samsung/gts210velte/gts210velte-vendor.mk)
# Overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay

View File

@ -18,7 +18,7 @@
set -e
# Required!
export DEVICE=gts210vewifi
export DEVICE=gts210velte
export DEVICE_COMMON=msm8976-common
export VENDOR=samsung

View File

@ -18,12 +18,12 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
# Inherit from gts210vewifi device
$(call inherit-product, device/samsung/gts210vewifi/device.mk)
# Inherit from gts210velte device
$(call inherit-product, device/samsung/gts210velte/device.mk)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := gts210vewifi
PRODUCT_NAME := full_gts210vewifi
PRODUCT_DEVICE := gts210velte
PRODUCT_NAME := full_gts210velte
PRODUCT_BRAND := samsung
PRODUCT_MODEL := gts210vewifi
PRODUCT_MODEL := gts210velte
PRODUCT_MANUFACTURER := samsung

View File

@ -1,18 +1,18 @@
$(call inherit-product, device/samsung/gts210vewifi/full_gts210vewifi.mk)
$(call inherit-product, device/samsung/gts210velte/full_gts210velte.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)
PRODUCT_NAME := lineage_gts210vewifi
PRODUCT_NAME := lineage_gts210velte
PRODUCT_BRAND := samsung
PRODUCT_MANUFACTURER := samsung
PRODUCT_DEVICE := gts210vewifi
PRODUCT_MODEL := SM-T813
PRODUCT_DEVICE := gts210velte
PRODUCT_MODEL := SM-T819
PRODUCT_GMS_CLIENTID_BASE := android-samsung
# Use the latest approved GMS identifiers
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=gts210vewifixx \
BUILD_FINGERPRINT=samsung/gts210vewifixx/gts210vewifi:7.0/NRD90M/T813XXU2BQD3:user/release-keys \
PRIVATE_BUILD_DESC="gts210vewifixx-user 7.0 NRD90M T813XXU2BQD3 release-keys"
PRODUCT_NAME=gts210veltexx \
BUILD_FINGERPRINT=samsung/gts210veltexx/gts210velte:7.0/NRD90M/T819XXU2BQD3:user/release-keys \
PRIVATE_BUILD_DESC="gts210veltexx-user 7.0 NRD90M T819XXU2BQD3 release-keys"

View File

@ -18,7 +18,7 @@
set -e
# Required!
export DEVICE=gts210vewifi
export DEVICE=gts210velte
export DEVICE_COMMON=msm8976-common
export VENDOR=samsung