diff options
author | Simon Shields <simon@lineageos.org> | 2016-12-28 20:09:48 +1100 |
---|---|---|
committer | Simon Shields <simon@lineageos.org> | 2017-02-13 01:02:57 +1100 |
commit | 9940f36def99309af296f655e999ff12ec390550 (patch) | |
tree | cd639feffec4f48c1026909846f2fb4441c87cf2 | |
parent | 25eedce86d2723b23b6fc21dece20540f7ec68c0 (diff) | |
download | device_samsung_i9300-9940f36def99309af296f655e999ff12ec390550.zip device_samsung_i9300-9940f36def99309af296f655e999ff12ec390550.tar.gz device_samsung_i9300-9940f36def99309af296f655e999ff12ec390550.tar.bz2 |
i9300: rebrand to lineage
Change-Id: I5ee3f3354bd22237c3b197aef0b3c95a51b3385a
-rw-r--r-- | BoardConfig.mk | 2 | ||||
-rw-r--r-- | lineage.dependencies (renamed from cm.dependencies) | 0 | ||||
-rw-r--r-- | lineage.mk (renamed from cm.mk) | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 001780d..6673884 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -36,7 +36,7 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/i9300/bluetooth # Kernel TARGET_KERNEL_SOURCE := kernel/samsung/smdk4412 -TARGET_KERNEL_CONFIG := cyanogenmod_i9300_defconfig +TARGET_KERNEL_CONFIG := lineageos_i9300_defconfig BOARD_RIL_CLASS := ../../../device/samsung/i9300/ril # Recovery diff --git a/cm.dependencies b/lineage.dependencies index a78a94f..a78a94f 100644 --- a/cm.dependencies +++ b/lineage.dependencies @@ -5,7 +5,7 @@ PRODUCT_RELEASE_NAME := i9300 TARGET_SCREEN_HEIGHT := 1280 TARGET_SCREEN_WIDTH := 720 -# Inherit some common CM stuff. +# Inherit some common stuff. $(call inherit-product, vendor/cm/config/common_full_phone.mk) # Inherit device configuration @@ -13,7 +13,7 @@ $(call inherit-product, device/samsung/i9300/full_i9300.mk) # Device identifier. This must come after all inclusions PRODUCT_DEVICE := i9300 -PRODUCT_NAME := cm_i9300 +PRODUCT_NAME := lineage_i9300 PRODUCT_BRAND := samsung PRODUCT_MODEL := GT-I9300 PRODUCT_MANUFACTURER := samsung |