diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2017-01-10 11:26:47 +0100 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2017-01-10 11:28:42 +0100 |
commit | 2db735c7569812932da88a85828b4a02bb154ead (patch) | |
tree | 8acfe33763547735d3cce3453292b39cca94aa80 | |
parent | 8d970f4d2bfc65d806c6569ca6d08115dc51eafd (diff) | |
download | device_samsung_espressowifi-2db735c7569812932da88a85828b4a02bb154ead.zip device_samsung_espressowifi-2db735c7569812932da88a85828b4a02bb154ead.tar.gz device_samsung_espressowifi-2db735c7569812932da88a85828b4a02bb154ead.tar.bz2 |
Rebrand to LineageOS
Change-Id: Ic2f993118e07881e750f4e14bd980874e72804cb
-rw-r--r-- | BoardConfigCommon.mk | 2 | ||||
-rw-r--r-- | device-common.mk | 2 | ||||
-rw-r--r-- | lineage.dependencies (renamed from cm.dependencies) | 0 | ||||
-rw-r--r-- | lineage.mk (renamed from cm.mk) | 6 | ||||
-rw-r--r-- | vendorsetup.sh | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4f8956b..eb861e4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -14,7 +14,7 @@ # limitations under the License. # -# Inherit CM specific board config +# Inherit LineageOS specific board config -include device/samsung/espressowifi/BoardConfigCM.mk # Inherit common omap4 board config diff --git a/device-common.mk b/device-common.mk index 754f802..d06e429 100644 --- a/device-common.mk +++ b/device-common.mk @@ -21,7 +21,7 @@ TARGET_BOARD_OMAP_CPU := 4430 # Include common omap4 makefile $(call inherit-product, hardware/ti/omap4/omap4.mk) -# Include CM specific additions +# Include LineageOS specific additions $(call inherit-product, device/samsung/espressowifi/device-cm.mk) DEVICE_PACKAGE_OVERLAYS += \ diff --git a/cm.dependencies b/lineage.dependencies index b82f568..b82f568 100644 --- a/cm.dependencies +++ b/lineage.dependencies @@ -18,14 +18,14 @@ TARGET_SCREEN_HEIGHT := 480 TARGET_SCREEN_WIDTH := 600 -# Inherit common CM configuration +# Inherit common LineageOS configuration $(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk) -# CyanogenMod specific overlay +# LineageOS specific overlay DEVICE_PACKAGE_OVERLAYS += device/samsung/espressowifi/overlay/cm-common # Inherit device configuration $(call inherit-product, device/samsung/espressowifi/aosp_espressowifi.mk) # Device identifier. This must come after all inclusions -PRODUCT_NAME := cm_espressowifi +PRODUCT_NAME := lineage_espressowifi diff --git a/vendorsetup.sh b/vendorsetup.sh index 3a2e91d..c2cee46 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -1 +1 @@ -add_lunch_combo cm_espressowifi-userdebug +add_lunch_combo lineage_espressowifi-userdebug |