aboutsummaryrefslogtreecommitdiffstats
path: root/n5110.mk
diff options
context:
space:
mode:
authorRGIB <gibellini.roberto@gmail.com>2016-04-06 22:09:58 +0200
committerRoberto Gibellini <gibellini.roberto@gmail.com>2016-04-08 07:59:50 -0700
commitfa491019abed7930ace435aa729164318e16180e (patch)
tree0a745225e3166988fa648f27e3fda78afd01ced1 /n5110.mk
parent8fa19d59ed623e4696d7a6c6c60615d552998ca7 (diff)
downloaddevice_samsung_n5110-fa491019abed7930ace435aa729164318e16180e.tar.gz
device_samsung_n5110-fa491019abed7930ace435aa729164318e16180e.tar.bz2
device_samsung_n5110-fa491019abed7930ace435aa729164318e16180e.zip
n5110 : rename rc file
Change-Id: I6aff3af3d0af4915fc17ac66bf67da7c4c2ce52a
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)