aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BoardConfigCommon.mk2
-rw-r--r--device-common.mk2
-rw-r--r--lineage.dependencies (renamed from cm.dependencies)0
-rw-r--r--lineage.mk (renamed from cm.mk)6
-rw-r--r--vendorsetup.sh2
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
diff --git a/cm.mk b/lineage.mk
index 36d6ab9..890ae68 100644
--- a/cm.mk
+++ b/lineage.mk
@@ -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