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