mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts28velte.git
synced 2024-10-31 20:27:50 +00:00
18 lines
673 B
Makefile
18 lines
673 B
Makefile
$(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_gts28vewifi
|
|
PRODUCT_BRAND := samsung
|
|
PRODUCT_MANUFACTURER := samsung
|
|
PRODUCT_DEVICE := gts28vewifi
|
|
PRODUCT_MODEL := SM-T713
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-samsung
|
|
|
|
# Use the latest approved GMS identifiers
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
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"
|