s/gts210vewifi/gts28vewifi/g

This commit is contained in:
LuK1337 2017-01-26 18:12:03 +01:00
parent c00b03527f
commit c92156687f
9 changed files with 25 additions and 25 deletions

View File

@ -21,6 +21,6 @@
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),gts210vewifi)
ifeq ($(TARGET_DEVICE),gts28vewifi)
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_gts28vewifi.mk

View File

@ -16,16 +16,16 @@
# inherit from common msm8976-common
-include device/samsung/msm8976-common/BoardConfigCommon.mk
DEVICE_PATH := device/samsung/gts210vewifi
DEVICE_PATH := device/samsung/gts28vewifi
# Assert
TARGET_OTA_ASSERT_DEVICE := gts210vewifi
TARGET_OTA_ASSERT_DEVICE := gts28vewifi
# Kernel
TARGET_KERNEL_CONFIG := gts210vewifi_defconfig
TARGET_KERNEL_CONFIG := gts28vewifi_defconfig
# Properties
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
# inherit from the proprietary version
-include vendor/samsung/gts210vewifi/BoardConfigVendor.mk
-include vendor/samsung/gts28vewifi/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 8.0 (gts28vewifi)
===========================================
Basic | Spec Sheet
@ -7,14 +7,14 @@ CPU | Quad-core 1.4 GHz Cortex-A53 & Quad-core 1.8 GHz Cortex-A72
Chipset | Qualcomm MSM8976 Snapdragon 652
GPU | Adreno 510
Memory | 3 GB RAM
Shipped Android Version | 6.0.1
Shipped Android Version | 5.0.2
Storage | 32/64 GB
MicroSD | Up to 256 GB
Battery | Non-removable Li-Ion 5870 mAh battery
Display | 1536 x 2048 pixels (~264 ppi pixel density)
Battery | Non-removable Li-Ion 4000 mAh battery
Display | 1536 x 2048 pixels (~320 ppi pixel density)
Camera | Primary: 8 MP
| Secondary: 2.1 MP
Copyright 2017 - The LineageOS Project.
![Samsung Galaxy Tab S2 9.7](http://cdn2.gsmarena.com/vv/pics/samsung/samsung-galaxy-tab-s2-97-2.jpg "Samsung Galaxy Tab S2 9.7")
![Samsung Galaxy Tab S2 8.0](http://cdn2.gsmarena.com/vv/pics/samsung/samsung-galaxy-tab-s2-80-2.jpg "Samsung Galaxy Tab S2 8.0")

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/gts28vewifi/gts28vewifi-vendor.mk)
# Overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay

View File

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

View File

@ -1,18 +1,18 @@
$(call inherit-product, device/samsung/gts210vewifi/full_gts210vewifi.mk)
$(call inherit-product, device/samsung/gts28vewifi/full_gts28vewifi.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
PRODUCT_NAME := lineage_gts210vewifi
PRODUCT_NAME := lineage_gts28vewifi
PRODUCT_BRAND := samsung
PRODUCT_MANUFACTURER := samsung
PRODUCT_DEVICE := gts210vewifi
PRODUCT_DEVICE := gts28vewifi
PRODUCT_MODEL := SM-T813
PRODUCT_GMS_CLIENTID_BASE := android-samsung
# Use the latest approved GMS identifiers
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=gts210vewifixx \
BUILD_FINGERPRINT=samsung/gts210vewifixx/gts210vewifi:6.0.1/MMB29M/T813XXU2APK6:user/release-keys \
PRIVATE_BUILD_DESC="gts210vewifixx-user 6.0.1 MMB29M T813XXU2APK6 release-keys"
PRODUCT_NAME=gts28vewifixx \
BUILD_FINGERPRINT=samsung/gts28vewifixx/gts28vewifi:6.0.1/MMB29M/T813XXU2APK6:user/release-keys \
PRIVATE_BUILD_DESC="gts28vewifixx-user 6.0.1 MMB29M T813XXU2APK6 release-keys"

View File

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