From 5aeb3d71197bf67131dabe2118b942f6e69dff4e Mon Sep 17 00:00:00 2001 From: RGIB Date: Wed, 6 Apr 2016 21:59:56 +0200 Subject: n5100 : rename rc file Change-Id: Ic6b6f27ec1da4a1ae8ea5721c47a30e4afffa307 --- n5100.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'n5100.mk') 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) - -- cgit v1.1