mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts210vewifi.git
synced 2024-11-07 02:35:50 +00:00
gts210vewifi: Consider lineage_gts210vewifi product via the AOSP way
Change-Id: Ibdeb62f0aa30933a09ac12ca825025e5f18574ab
This commit is contained in:
parent
2f964ac2c8
commit
bfdae2129b
3 changed files with 15 additions and 22 deletions
|
@ -14,4 +14,4 @@
|
|||
# limitations under the License.
|
||||
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/full_gts210vewifi.mk
|
||||
$(LOCAL_DIR)/lineage_gts210vewifi.mk
|
||||
|
|
19
lineage.mk
19
lineage.mk
|
@ -1,19 +0,0 @@
|
|||
$(call inherit-product, device/samsung/gts210vewifi/full_gts210vewifi.mk)
|
||||
|
||||
# Inherit some common Lineage stuff.
|
||||
$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)
|
||||
|
||||
PRODUCT_NAME := lineage_gts210vewifi
|
||||
PRODUCT_BRAND := samsung
|
||||
PRODUCT_MANUFACTURER := samsung
|
||||
PRODUCT_DEVICE := gts210vewifi
|
||||
PRODUCT_MODEL := SM-T813
|
||||
|
||||
PRODUCT_GMS_CLIENTID_BASE := android-samsung
|
||||
|
||||
# Use the latest approved GMS identifiers
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||
PRODUCT_NAME=gts210vewifixx \
|
||||
PRIVATE_BUILD_DESC="gts210vewifixx-user 7.0 NRD90M T813XXS2BRC2 release-keys"
|
||||
|
||||
BUILD_FINGERPRINT := "samsung/gts210vewifixx/gts210vewifi:7.0/NRD90M/T813XXS2BRC2:user/release-keys"
|
|
@ -21,9 +21,21 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
|
|||
# Inherit from gts210vewifi device
|
||||
$(call inherit-product, device/samsung/gts210vewifi/device.mk)
|
||||
|
||||
# Inherit some common Lineage stuff.
|
||||
$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)
|
||||
|
||||
# Device identifier. This must come after all inclusions
|
||||
PRODUCT_DEVICE := gts210vewifi
|
||||
PRODUCT_NAME := full_gts210vewifi
|
||||
PRODUCT_NAME := lineage_gts210vewifi
|
||||
PRODUCT_BRAND := samsung
|
||||
PRODUCT_MODEL := gts210vewifi
|
||||
PRODUCT_MODEL := SM-T813
|
||||
PRODUCT_MANUFACTURER := samsung
|
||||
|
||||
PRODUCT_GMS_CLIENTID_BASE := android-samsung
|
||||
|
||||
# Use the latest approved GMS identifiers
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||
PRODUCT_NAME=gts210vewifixx \
|
||||
PRIVATE_BUILD_DESC="gts210vewifixx-user 7.0 NRD90M T813XXS2BRC2 release-keys"
|
||||
|
||||
BUILD_FINGERPRINT := "samsung/gts210vewifixx/gts210vewifi:7.0/NRD90M/T813XXS2BRC2:user/release-keys"
|
Loading…
Reference in a new issue