aboutsummaryrefslogtreecommitdiffstats
path: root/p51xx-common.mk
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-07-16 21:53:04 +0200
committerAndreas Blaesius <skate4life@gmx.de>2015-07-18 19:23:23 +0200
commitc6da88e4fc27014fabbefb60af0a9acc164eb982 (patch)
treec40d9be11670e0ee96517ea83397f759908abec4 /p51xx-common.mk
parent63d82f0fcfba52d97a649b5e0d7606be6d780922 (diff)
downloaddevice_samsung_espresso3g-c6da88e4fc27014fabbefb60af0a9acc164eb982.zip
device_samsung_espresso3g-c6da88e4fc27014fabbefb60af0a9acc164eb982.tar.gz
device_samsung_espresso3g-c6da88e4fc27014fabbefb60af0a9acc164eb982.tar.bz2
P51XX: cleanup / rework ramdisk parts for better readability (1/2)
Change-Id: Ic5ea906ccbc348a4201628ac3269f5500e7830f7
Diffstat (limited to 'p51xx-common.mk')
-rwxr-xr-xp51xx-common.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/p51xx-common.mk b/p51xx-common.mk
index ab24105..7c6d478 100755
--- a/p51xx-common.mk
+++ b/p51xx-common.mk
@@ -31,12 +31,12 @@ PRODUCT_AAPT_CONFIG := large
PRODUCT_AAPT_PREF_CONFIG := mdpi
PRODUCT_LOCALES += mdpi
-# Init files
-PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/rootdir/init.espresso10.usb.rc:root/init.espresso10.usb.rc \
- $(LOCAL_PATH)/rootdir/init.espresso10.rc:root/init.espresso10.rc \
- $(LOCAL_PATH)/rootdir/ueventd.espresso10.rc:root/ueventd.espresso10.rc \
- $(LOCAL_PATH)/rootdir/fstab.espresso10:root/fstab.espresso10
+# Ramdisk
+PRODUCT_PACKAGES += \
+ fstab.espresso10 \
+ init.espresso10.usb.rc \
+ init.espresso10.rc \
+ ueventd.espresso10.rc
# GPS
PRODUCT_COPY_FILES += \