mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts28vewifi.git
synced 2024-11-07 03:25:49 +00:00
s/gts210vewifi/gts28vewifi/g
This commit is contained in:
parent
c00b03527f
commit
c92156687f
9 changed files with 25 additions and 25 deletions
|
@ -21,6 +21,6 @@
|
||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifeq ($(TARGET_DEVICE),gts210vewifi)
|
ifeq ($(TARGET_DEVICE),gts28vewifi)
|
||||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -14,4 +14,4 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
PRODUCT_MAKEFILES := \
|
PRODUCT_MAKEFILES := \
|
||||||
$(LOCAL_DIR)/full_gts210vewifi.mk
|
$(LOCAL_DIR)/full_gts28vewifi.mk
|
||||||
|
|
|
@ -16,16 +16,16 @@
|
||||||
# inherit from common msm8976-common
|
# inherit from common msm8976-common
|
||||||
-include device/samsung/msm8976-common/BoardConfigCommon.mk
|
-include device/samsung/msm8976-common/BoardConfigCommon.mk
|
||||||
|
|
||||||
DEVICE_PATH := device/samsung/gts210vewifi
|
DEVICE_PATH := device/samsung/gts28vewifi
|
||||||
|
|
||||||
# Assert
|
# Assert
|
||||||
TARGET_OTA_ASSERT_DEVICE := gts210vewifi
|
TARGET_OTA_ASSERT_DEVICE := gts28vewifi
|
||||||
|
|
||||||
# Kernel
|
# Kernel
|
||||||
TARGET_KERNEL_CONFIG := gts210vewifi_defconfig
|
TARGET_KERNEL_CONFIG := gts28vewifi_defconfig
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
||||||
|
|
||||||
# inherit from the proprietary version
|
# inherit from the proprietary version
|
||||||
-include vendor/samsung/gts210vewifi/BoardConfigVendor.mk
|
-include vendor/samsung/gts28vewifi/BoardConfigVendor.mk
|
||||||
|
|
10
README.mkdn
10
README.mkdn
|
@ -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
|
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
|
Chipset | Qualcomm MSM8976 Snapdragon 652
|
||||||
GPU | Adreno 510
|
GPU | Adreno 510
|
||||||
Memory | 3 GB RAM
|
Memory | 3 GB RAM
|
||||||
Shipped Android Version | 6.0.1
|
Shipped Android Version | 5.0.2
|
||||||
Storage | 32/64 GB
|
Storage | 32/64 GB
|
||||||
MicroSD | Up to 256 GB
|
MicroSD | Up to 256 GB
|
||||||
Battery | Non-removable Li-Ion 5870 mAh battery
|
Battery | Non-removable Li-Ion 4000 mAh battery
|
||||||
Display | 1536 x 2048 pixels (~264 ppi pixel density)
|
Display | 1536 x 2048 pixels (~320 ppi pixel density)
|
||||||
Camera | Primary: 8 MP
|
Camera | Primary: 8 MP
|
||||||
| Secondary: 2.1 MP
|
| Secondary: 2.1 MP
|
||||||
|
|
||||||
Copyright 2017 - The LineageOS Project.
|
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")
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# call the proprietary setup
|
# 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
|
# Overlay
|
||||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Required!
|
# Required!
|
||||||
export DEVICE=gts210vewifi
|
export DEVICE=gts28vewifi
|
||||||
export DEVICE_COMMON=msm8976-common
|
export DEVICE_COMMON=msm8976-common
|
||||||
export VENDOR=samsung
|
export VENDOR=samsung
|
||||||
|
|
||||||
|
|
|
@ -18,12 +18,12 @@
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
|
||||||
|
|
||||||
# Inherit from gts210vewifi device
|
# Inherit from gts28vewifi device
|
||||||
$(call inherit-product, device/samsung/gts210vewifi/device.mk)
|
$(call inherit-product, device/samsung/gts28vewifi/device.mk)
|
||||||
|
|
||||||
# Device identifier. This must come after all inclusions
|
# Device identifier. This must come after all inclusions
|
||||||
PRODUCT_DEVICE := gts210vewifi
|
PRODUCT_DEVICE := gts28vewifi
|
||||||
PRODUCT_NAME := full_gts210vewifi
|
PRODUCT_NAME := full_gts28vewifi
|
||||||
PRODUCT_BRAND := samsung
|
PRODUCT_BRAND := samsung
|
||||||
PRODUCT_MODEL := gts210vewifi
|
PRODUCT_MODEL := gts28vewifi
|
||||||
PRODUCT_MANUFACTURER := samsung
|
PRODUCT_MANUFACTURER := samsung
|
12
lineage.mk
12
lineage.mk
|
@ -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.
|
# Inherit some common Lineage stuff.
|
||||||
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
|
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
|
||||||
|
|
||||||
PRODUCT_NAME := lineage_gts210vewifi
|
PRODUCT_NAME := lineage_gts28vewifi
|
||||||
PRODUCT_BRAND := samsung
|
PRODUCT_BRAND := samsung
|
||||||
PRODUCT_MANUFACTURER := samsung
|
PRODUCT_MANUFACTURER := samsung
|
||||||
PRODUCT_DEVICE := gts210vewifi
|
PRODUCT_DEVICE := gts28vewifi
|
||||||
PRODUCT_MODEL := SM-T813
|
PRODUCT_MODEL := SM-T813
|
||||||
|
|
||||||
PRODUCT_GMS_CLIENTID_BASE := android-samsung
|
PRODUCT_GMS_CLIENTID_BASE := android-samsung
|
||||||
|
|
||||||
# Use the latest approved GMS identifiers
|
# Use the latest approved GMS identifiers
|
||||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||||
PRODUCT_NAME=gts210vewifixx \
|
PRODUCT_NAME=gts28vewifixx \
|
||||||
BUILD_FINGERPRINT=samsung/gts210vewifixx/gts210vewifi:6.0.1/MMB29M/T813XXU2APK6:user/release-keys \
|
BUILD_FINGERPRINT=samsung/gts28vewifixx/gts28vewifi:6.0.1/MMB29M/T813XXU2APK6:user/release-keys \
|
||||||
PRIVATE_BUILD_DESC="gts210vewifixx-user 6.0.1 MMB29M T813XXU2APK6 release-keys"
|
PRIVATE_BUILD_DESC="gts28vewifixx-user 6.0.1 MMB29M T813XXU2APK6 release-keys"
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Required!
|
# Required!
|
||||||
export DEVICE=gts210vewifi
|
export DEVICE=gts28vewifi
|
||||||
export DEVICE_COMMON=msm8976-common
|
export DEVICE_COMMON=msm8976-common
|
||||||
export VENDOR=samsung
|
export VENDOR=samsung
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue