diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-07-14 21:46:30 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-07-14 21:46:30 +0200 |
commit | 6ff3ed6ccd961b34587d29ceeea00dc0c96674d5 (patch) | |
tree | 73b92db3135107698f85f8f3f62bff48f1f415df | |
parent | 25fb6a49df960e65e35845ddc65b1da0742e227f (diff) | |
download | device_samsung_n5100-6ff3ed6ccd961b34587d29ceeea00dc0c96674d5.zip device_samsung_n5100-6ff3ed6ccd961b34587d29ceeea00dc0c96674d5.tar.gz device_samsung_n5100-6ff3ed6ccd961b34587d29ceeea00dc0c96674d5.tar.bz2 |
initial Replicant adaptions
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r-- | lineage.mk | 4 | ||||
-rwxr-xr-x | n5100.mk | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2,14 +2,14 @@ PRODUCT_RELEASE_NAME := n5100 # Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) +$(call inherit-product, vendor/replicant/config/common_full_phone.mk) # Inherit device configuration $(call inherit-product, device/samsung/n5100/full_n5100.mk) # Device identifier. This must come after all inclusions PRODUCT_DEVICE := n5100 -PRODUCT_NAME := lineage_n5100 +PRODUCT_NAME := replicant_n5100 PRODUCT_BRAND := samsung PRODUCT_MODEL := GT-N5100 PRODUCT_MANUFACTURER := samsung @@ -31,5 +31,5 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.sip.xml:system/etc/permissions/android.software.sip.xml \ frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml -$(call inherit-product, vendor/samsung/n5100/n5100-vendor.mk) +$(call inherit-product-if-exists, vendor/samsung/n5100/n5100-vendor.mk) $(call inherit-product, device/samsung/kona-common/kona-common.mk) |