aboutsummaryrefslogtreecommitdiffstats
path: root/n5110.mk
diff options
context:
space:
mode:
Diffstat (limited to 'n5110.mk')
-rw-r--r--n5110.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/n5110.mk b/n5110.mk
index c1efcc4..8b33b66 100644
--- a/n5110.mk
+++ b/n5110.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2013 The CyanogenMod Project
+# Copyright (C) 2016 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# Init files
PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/rootdir/init.smdk4x12.rc:root/init.smdk4x12.rc
+ $(LOCAL_PATH)/rootdir/init.target.rc:root/init.target.rc
# Packages
PRODUCT_PACKAGES += \
@@ -36,5 +36,4 @@ PRODUCT_COPY_FILES += \
# Include common makefile
$(call inherit-product, device/samsung/kona-common/kona-common.mk)
-
$(call inherit-product, vendor/samsung/n5110/n5110-vendor.mk)