s/gts28vewifi/gts28velte/g

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1 +1 @@
require version-bootloader=T713XXU2BQCO|T713XXU2BQD3|T713XXU2BQG2|T713XXU2BQI1
require version-bootloader=T719XXU2BQCO|T719XXU2BQI1

View File

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

View File

@ -18,7 +18,7 @@
set -e
# Required!
export DEVICE=gts28vewifi
export DEVICE=gts28velte
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 gts28vewifi device
$(call inherit-product, device/samsung/gts28vewifi/device.mk)
# Inherit from gts28velte device
$(call inherit-product, device/samsung/gts28velte/device.mk)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := gts28vewifi
PRODUCT_NAME := full_gts28vewifi
PRODUCT_DEVICE := gts28velte
PRODUCT_NAME := full_gts28velte
PRODUCT_BRAND := samsung
PRODUCT_MODEL := gts28vewifi
PRODUCT_MODEL := gts28velte
PRODUCT_MANUFACTURER := samsung

View File

@ -1,18 +1,18 @@
$(call inherit-product, device/samsung/gts28vewifi/full_gts28vewifi.mk)
$(call inherit-product, device/samsung/gts28velte/full_gts28velte.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)
PRODUCT_NAME := lineage_gts28vewifi
PRODUCT_NAME := lineage_gts28velte
PRODUCT_BRAND := samsung
PRODUCT_MANUFACTURER := samsung
PRODUCT_DEVICE := gts28vewifi
PRODUCT_MODEL := SM-T713
PRODUCT_DEVICE := gts28velte
PRODUCT_MODEL := SM-T719
PRODUCT_GMS_CLIENTID_BASE := android-samsung
# Use the latest approved GMS identifiers
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=gts28vewifixx \
BUILD_FINGERPRINT=samsung/gts28vewifixx/gts28vewifi:7.0/NRD90M/T713XXU2BQD3:user/release-keys \
PRIVATE_BUILD_DESC="gts28vewifixx-user 7.0 NRD90M T713XXU2BQD3 release-keys"
PRODUCT_NAME=gts28veltexx \
BUILD_FINGERPRINT=samsung/gts28veltexx/gts28velte:7.0/NRD90M/T719XXU2BQI1:user/release-keys \
PRIVATE_BUILD_DESC="gts28veltexx-user 7.0 NRD90M T719XXU2BQI1 release-keys"

View File

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