aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lineage.mk4
-rw-r--r--n5110.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/lineage.mk b/lineage.mk
index b6a94f3..973c6a7 100644
--- a/lineage.mk
+++ b/lineage.mk
@@ -2,14 +2,14 @@
PRODUCT_RELEASE_NAME := n5110
# Inherit some common CM stuff.
-$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
+$(call inherit-product, vendor/replicant/config/common_full_tablet_wifionly.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/n5110/full_n5110.mk)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := n5110
-PRODUCT_NAME := cm_n5110
+PRODUCT_NAME := replicant_n5110
PRODUCT_BRAND := samsung
PRODUCT_MODEL := GT-N5110
PRODUCT_MANUFACTURER := samsung
diff --git a/n5110.mk b/n5110.mk
index 0995f64..fab0047 100644
--- a/n5110.mk
+++ b/n5110.mk
@@ -30,5 +30,5 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml
# Include common makefile
-$(call inherit-product, vendor/samsung/n5110/n5110-vendor.mk)
+$(call inherit-product-if-exists, vendor/samsung/n5110/n5110-vendor.mk)
$(call inherit-product, device/samsung/kona-common/kona-common.mk)