diff --git a/AndroidBoard.mk b/AndroidBoard.mk index 45c6928..26aab69 100644 --- a/AndroidBoard.mk +++ b/AndroidBoard.mk @@ -23,7 +23,7 @@ # *not* include it on all devices, so it is safe even with hardware-specific # components. -ifneq ($(filter gts28vewifi,$(TARGET_DEVICE)),) +ifneq ($(filter gts28velte,$(TARGET_DEVICE)),) LOCAL_PATH := $(call my-dir) diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 90c4934..fbf70d5 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -15,4 +15,4 @@ # PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/omni_gts28vewifi.mk + $(LOCAL_DIR)/omni_gts28velte.mk diff --git a/BoardConfig.mk b/BoardConfig.mk index 40e07ca..0ec0545 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -46,11 +46,11 @@ TARGET_2ND_CPU_ABI2 := armeabi TARGET_2ND_CPU_VARIANT := cortex-a53 # Kernel Prebuilt -TARGET_PREBUILT_KERNEL := device/samsung/gts28vewifi/kernel -BOARD_CUSTOM_BOOTIMG_MK := device/samsung/gts28vewifi/mkbootimg.mk +TARGET_PREBUILT_KERNEL := device/samsung/gts28velte/kernel +BOARD_CUSTOM_BOOTIMG_MK := device/samsung/gts28velte/mkbootimg.mk BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk androidboot.selinux=permissive BOARD_KERNEL_PAGESIZE := 2048 -BOARD_MKBOOTIMG_ARGS := --base 0x80000000 --ramdisk_offset 0x02000000 --tags_offset 0x01E00000 --board FPRPG21W000KU --dt device/samsung/gts28vewifi/dt.img +BOARD_MKBOOTIMG_ARGS := --base 0x80000000 --ramdisk_offset 0x02000000 --tags_offset 0x01E00000 --board FPRPG21W000KU --dt device/samsung/gts28velte/dt.img # Crypto TARGET_HW_DISK_ENCRYPTION := true diff --git a/README.md b/README.md index 41dc4af..19f9fd6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TWRP tree for gts28vewifi +# TWRP tree for gts28velte Kernel source: -https://github.com/LineageOS/android_kernel_samsung_msm8976/tree/e0d4aab3d01aa25507d499ab63e48e5eda3e1196 +https://github.com/LineageOS/android_kernel_samsung_msm8976/tree/4664546f2b58d616ae66c109dea862cf928fb5d4 diff --git a/cm.mk b/cm.mk index b2d60aa..d203178 100644 --- a/cm.mk +++ b/cm.mk @@ -20,7 +20,7 @@ # Inherit from the common Open Source product configuration $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) -PRODUCT_NAME := cm_gts28vewifi -PRODUCT_DEVICE := gts28vewifi +PRODUCT_NAME := cm_gts28velte +PRODUCT_DEVICE := gts28velte PRODUCT_BRAND := Samsung PRODUCT_MANUFACTURER := Samsung diff --git a/dt.img b/dt.img index fe278ab..5750497 100644 Binary files a/dt.img and b/dt.img differ diff --git a/kernel b/kernel index 3326278..2435dd9 100755 Binary files a/kernel and b/kernel differ diff --git a/omni_gts28vewifi.mk b/omni_gts28velte.mk similarity index 93% rename from omni_gts28vewifi.mk rename to omni_gts28velte.mk index 12ec877..595fd25 100644 --- a/omni_gts28vewifi.mk +++ b/omni_gts28velte.mk @@ -20,7 +20,7 @@ # Inherit from the common Open Source product configuration $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) -PRODUCT_NAME := omni_gts28vewifi -PRODUCT_DEVICE := gts28vewifi +PRODUCT_NAME := omni_gts28velte +PRODUCT_DEVICE := gts28velte PRODUCT_BRAND := Samsung PRODUCT_MANUFACTURER := Samsung