aboutsummaryrefslogtreecommitdiffstats
path: root/n5100.mk
diff options
context:
space:
mode:
authorRGIB <gibellini.roberto@gmail.com>2016-04-06 21:59:56 +0200
committerRoberto Gibellini <gibellini.roberto@gmail.com>2016-04-08 07:48:46 -0700
commit5aeb3d71197bf67131dabe2118b942f6e69dff4e (patch)
tree2a28a2b041908b59853ddee8af3f7565289cf103 /n5100.mk
parent0fcdfe33c23ec443dd0eb3fee6fce4527e5c5ae7 (diff)
downloaddevice_samsung_n5100-5aeb3d71197bf67131dabe2118b942f6e69dff4e.zip
device_samsung_n5100-5aeb3d71197bf67131dabe2118b942f6e69dff4e.tar.gz
device_samsung_n5100-5aeb3d71197bf67131dabe2118b942f6e69dff4e.tar.bz2
n5100 : rename rc file
Change-Id: Ic6b6f27ec1da4a1ae8ea5721c47a30e4afffa307
Diffstat (limited to 'n5100.mk')
-rwxr-xr-xn5100.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/n5100.mk b/n5100.mk
index a10c5af..3921258 100755
--- a/n5100.mk
+++ b/n5100.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 += \
@@ -43,6 +43,4 @@ PRODUCT_COPY_FILES += \
# Include common makefile
$(call inherit-product, device/samsung/kona-common/kona-common.mk)
-
$(call inherit-product, vendor/samsung/n5100/n5100-vendor.mk)
-