mirror of
https://github.com/AetherDroid/android_device_on5xelte_lineage.git
synced 2025-09-04 23:47:47 -04:00
Update and rename full_on5xelte.mk to lineage_on5xelte.mk
This commit is contained in:
parent
1fc2edb0d5
commit
d5819fe53b
1 changed files with 2 additions and 2 deletions
18
lineage_on5xelte.mk
Normal file
18
lineage_on5xelte.mk
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Copyright (C) 2018 The LineageOS Project
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Inherit from those products. Most specific first.
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
|
||||
# Inherit device configuration
|
||||
$(call inherit-product, device/samsung/on5xelte/device.mk)
|
||||
|
||||
# Device identifier. This must come after all inclusions
|
||||
PRODUCT_DEVICE := on5xelte
|
||||
PRODUCT_NAME := lineage_on5xelte
|
||||
PRODUCT_MODEL := SM-G570M
|
||||
PRODUCT_BRAND := samsung
|
||||
PRODUCT_MANUFACTURER := samsung
|
||||
PRODUCT_GMS_CLIENTID_BASE := android-samsung
|
Loading…
Add table
Add a link
Reference in a new issue