init gts3llte
This commit is contained in:
parent
53018cebe7
commit
75b862a461
8 changed files with 21 additions and 21 deletions
2
Android.mk
Normal file → Executable file
2
Android.mk
Normal file → Executable file
|
@ -21,6 +21,6 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),gts3lwifi)
|
||||
ifeq ($(TARGET_DEVICE),gts3llte)
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
endif
|
||||
|
|
2
AndroidProducts.mk
Normal file → Executable file
2
AndroidProducts.mk
Normal file → Executable file
|
@ -14,4 +14,4 @@
|
|||
# limitations under the License.
|
||||
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/full_gts3lwifi.mk
|
||||
$(LOCAL_DIR)/full_gts3llte.mk
|
||||
|
|
8
BoardConfig.mk
Normal file → Executable file
8
BoardConfig.mk
Normal file → Executable file
|
@ -16,16 +16,16 @@
|
|||
# inherit from common msm8996-common
|
||||
-include device/samsung/msm8996-common/BoardConfigCommon.mk
|
||||
|
||||
DEVICE_PATH := device/samsung/gts3lwifi
|
||||
DEVICE_PATH := device/samsung/gts3llte
|
||||
|
||||
# Assert
|
||||
TARGET_OTA_ASSERT_DEVICE := gts3lwifi
|
||||
TARGET_OTA_ASSERT_DEVICE := gts3llte
|
||||
|
||||
# Kernel
|
||||
TARGET_KERNEL_CONFIG := lineage_gts3lwifi_defconfig
|
||||
TARGET_KERNEL_CONFIG := lineage_gts3llte_defconfig
|
||||
|
||||
# Properties
|
||||
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
||||
|
||||
# inherit from the proprietary version
|
||||
-include vendor/samsung/gts3lwifi/BoardConfigVendor.mk
|
||||
-include vendor/samsung/gts3llte/BoardConfigVendor.mk
|
||||
|
|
2
device.mk
Normal file → Executable file
2
device.mk
Normal file → Executable file
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
|
||||
# call the proprietary setup
|
||||
$(call inherit-product-if-exists, vendor/samsung/gts3lwifi/gts3lwifi-vendor.mk)
|
||||
$(call inherit-product-if-exists, vendor/samsung/gts3llte/gts3llte-vendor.mk)
|
||||
|
||||
# Overlay
|
||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
set -e
|
||||
|
||||
# Required!
|
||||
export DEVICE=gts3lwifi
|
||||
export DEVICE=gts3llte
|
||||
export DEVICE_COMMON=msm8976-common
|
||||
export VENDOR=samsung
|
||||
|
||||
|
|
10
full_gts3lwifi.mk → full_gts3llte.mk
Normal file → Executable file
10
full_gts3lwifi.mk → full_gts3llte.mk
Normal file → Executable file
|
@ -18,12 +18,12 @@
|
|||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
|
||||
|
||||
# Inherit from gts3lwifi device
|
||||
$(call inherit-product, device/samsung/gts3lwifi/device.mk)
|
||||
# Inherit from gts3llte device
|
||||
$(call inherit-product, device/samsung/gts3llte/device.mk)
|
||||
|
||||
# Device identifier. This must come after all inclusions
|
||||
PRODUCT_DEVICE := gts3lwifi
|
||||
PRODUCT_NAME := full_gts3lwifi
|
||||
PRODUCT_DEVICE := gts3llte
|
||||
PRODUCT_NAME := full_gts3llte
|
||||
PRODUCT_BRAND := samsung
|
||||
PRODUCT_MODEL := gts3lwifi
|
||||
PRODUCT_MODEL := gts3llte
|
||||
PRODUCT_MANUFACTURER := samsung
|
14
lineage.mk
Normal file → Executable file
14
lineage.mk
Normal file → Executable file
|
@ -1,18 +1,18 @@
|
|||
$(call inherit-product, device/samsung/gts3lwifi/full_gts3lwifi.mk)
|
||||
$(call inherit-product, device/samsung/gts3llte/full_gts3llte.mk)
|
||||
|
||||
# Inherit some common Lineage stuff.
|
||||
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
|
||||
|
||||
PRODUCT_NAME := lineage_gts3lwifi
|
||||
PRODUCT_NAME := lineage_gts3llte
|
||||
PRODUCT_BRAND := samsung
|
||||
PRODUCT_MANUFACTURER := samsung
|
||||
PRODUCT_DEVICE := gts3lwifi
|
||||
PRODUCT_MODEL := SM-T820
|
||||
PRODUCT_DEVICE := gts3llte
|
||||
PRODUCT_MODEL := SM-T825
|
||||
TARGET_VENDOR := Samsung
|
||||
PRODUCT_GMS_CLIENTID_BASE := android-samsung
|
||||
|
||||
# Use the latest approved GMS identifiers
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||
PRODUCT_NAME=gts3lwifixx \
|
||||
BUILD_FINGERPRINT=samsung/gts3lwifixx/gts3lwifi:7.0/NRD90M/T820XXU1AQI2:user/release-keys \
|
||||
PRIVATE_BUILD_DESC="gts3lwifixx-user 7.0 NRD90M T820XXU1AQI2 release-keys"
|
||||
PRODUCT_NAME=gts3lltexx \
|
||||
BUILD_FINGERPRINT=samsung/gts3lltexx/gts3llte:7.0/NRD90M/T820XXU1AQI2:user/release-keys \
|
||||
PRIVATE_BUILD_DESC="gts3lltexx-user 7.0 NRD90M T825XXU1AQI2 release-keys"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
set -e
|
||||
|
||||
# Required!
|
||||
export DEVICE=gts3lwifi
|
||||
export DEVICE=gts3llte
|
||||
export DEVICE_COMMON=msm8996-common
|
||||
export VENDOR=samsung
|
||||
|
||||
|
|
Loading…
Reference in a new issue