Skip to content

Commit

Permalink
Convert to C10_LFLT
Browse files Browse the repository at this point in the history
aka Lemfo Lem T and variants
  • Loading branch information
deadman96385 committed Oct 14, 2019
1 parent 83595e4 commit 3bc8036
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion AndroidProducts.mk
@@ -1,2 +1,2 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/omni_KW_C8_LFLT.mk
$(LOCAL_DIR)/omni_C10_LFLT.mk
3 changes: 1 addition & 2 deletions BoardConfig.mk
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

LOCAL_PATH := device/mediatek/KW_C8_LFLT
LOCAL_PATH := device/mediatek/C10_LFLT

# Architecture
TARGET_ARCH := arm
Expand Down Expand Up @@ -52,7 +52,6 @@ TARGET_USERIMAGES_USE_EXT4 := true

# TWRP Configuration
TW_THEME := watch_mdpi
TW_ROUND_SCREEN := true
TW_SCREEN_BLANK_ON_BOOT := true
RECOVERY_GRAPHICS_USE_LINELENGTH := true
TW_INCLUDE_CRYPTO := true
Expand Down
6 changes: 3 additions & 3 deletions full_KW_C8_LFLT.mk → full_C10_LFLT.mk
Expand Up @@ -2,8 +2,8 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)

# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := KW_C8_LFLT
PRODUCT_NAME := full_KW_C8_LFLT
PRODUCT_DEVICE := C10_LFLT
PRODUCT_NAME := full_C10_LFLT
PRODUCT_BRAND := MediaTek
PRODUCT_MODEL := KW_C8_LFLT
PRODUCT_MODEL := C10_LFLT
PRODUCT_MANUFACTURER := MediaTek
Binary file modified kernel
Binary file not shown.
4 changes: 2 additions & 2 deletions omni_KW_C8_LFLT.mk → omni_C10_LFLT.mk
@@ -1,6 +1,6 @@
# Inherit from our custom product configuration
$(call inherit-product, vendor/omni/config/common.mk)

$(call inherit-product, device/mediatek/KW_C8_LFLT/full_KW_C8_LFLT.mk)
$(call inherit-product, device/mediatek/C10_LFLT/full_C10_LFLT.mk)

PRODUCT_NAME := omni_KW_C8_LFLT
PRODUCT_NAME := omni_C10_LFLT
2 changes: 1 addition & 1 deletion vendorsetup.sh
@@ -1 +1 @@
add_lunch_combo omni_KW_C8_LFLT-eng
add_lunch_combo omni_C10_LFLT-eng

0 comments on commit 3bc8036

Please sign in to comment.