gts28vewifi: Consider lineage_gts28vewifi product via the AOSP way

Change-Id: Ibdeb62f0aa30933a09ac12ca825025e5f18574ab
This commit is contained in:
Bruno Martins 2018-08-10 13:47:04 +01:00 committed by LuK1337
parent 1faf32297d
commit fbd9476631
3 changed files with 15 additions and 22 deletions

View File

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

View File

@ -1,19 +0,0 @@
$(call inherit-product, device/samsung/gts28vewifi/full_gts28vewifi.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/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 \
PRIVATE_BUILD_DESC="gts28vewifixx-user 7.0 NRD90M T713XXU2BRB2 release-keys"
BUILD_FINGERPRINT := "samsung/gts28vewifixx/gts28vewifi:7.0/NRD90M/T713XXU2BRB2:user/release-keys"

View File

@ -21,9 +21,21 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
# Inherit from gts28vewifi device
$(call inherit-product, device/samsung/gts28vewifi/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 := gts28vewifi
PRODUCT_NAME := full_gts28vewifi
PRODUCT_NAME := lineage_gts28vewifi
PRODUCT_BRAND := samsung
PRODUCT_MODEL := gts28vewifi
PRODUCT_MODEL := SM-T713
PRODUCT_MANUFACTURER := samsung
PRODUCT_GMS_CLIENTID_BASE := android-samsung
# Use the latest approved GMS identifiers
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=gts28vewifixx \
PRIVATE_BUILD_DESC="gts28vewifixx-user 7.0 NRD90M T713XXU2BRB2 release-keys"
BUILD_FINGERPRINT := "samsung/gts28vewifixx/gts28vewifi:7.0/NRD90M/T713XXU2BRB2:user/release-keys"