aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* rootdir: switch to PRODUCT_COPY_FILESZiyan2016-10-291-52/+0
| | | | | | Now that we don't need symlinks, we can simplify this part. Change-Id: If4ed194e04de7eeaee60929a1e8b906ffe7ed172
* init: factor out sensors init to a separate fileZiyan2016-09-091-0/+8
| | | | Change-Id: I14cdbb48cd67de95198b11b5c6032bbbb3a7c7de
* espresso: remove espresso/espresso10 distinction onAndreas Blaesius2016-03-291-3/+0
| | | | | | init.recovery.espresso.rc Change-Id: I75d9448409b9017d777044e3701c2435aa15ae8d
* rootdir: remove missed espresso/espresso10 distinctionCCD-19972016-02-191-4/+0
| | | | | | | init.espresso.rc call init.espresso.usb.rc which is absent And hence usb connections doesn't work properly Change-Id: I93a4daf36692d9c982c92fe0a63a71b16e7eef71
* rootdir: remove espresso/espresso10 distinctionZiyan2016-02-081-30/+0
| | | | Change-Id: I23d332df9fa0e49a95218c9f54f421105dd101bd
* espresso-common: fix fstab.esppresso10 symlinkAndreas Blaesius2015-08-181-1/+1
| | | | Change-Id: Id6f1fb939f6882992ec6d36c159ac8c9136ad6a7
* espresso-common: change fstab handling (1/3)Ziyan2015-08-171-20/+22
| | | | | | | | | | | | Previously, fstab mounting was done in init.device.rc. This caused some problems, as for some reason, init.device.rc was executed after init.tab2.rc, not before, delaying the fstab mounts. Let's symlink fstab.espresso to fstab.espresso10 for espresso10 variants instead, so we don't need to use init.device.rc to mount fstab entries anymore. Change-Id: Ia8d2f292326cea90ac7aa19fa1ffce4fb13529d1
* espresso-common: fix ramdisk (1/3)Andreas Blaesius2015-08-141-0/+20
| | | | | | | | | | | Vold expects fstab.${ro.hardware}. mount_all /fstab.${ro.hardware} doesn't work, and ends in bootloop. Let's move the mount_all line to init.device.${ro.hardware}.rc (Thanks to Tuxafgmur @ XDA) Change-Id: I3642c77fc756a64788417919f6fd195f628a8c76
* espresso-common: fix P51XX ramdisk (1/2)Andreas Blaesius2015-08-131-5/+0
| | | | Change-Id: I437792e8f614fe50a2d9b1c3507255c4cce5492a
* espresso-common: cleanup and make the device tree-commonandi342015-08-121-4/+23
| | | | Change-Id: I631495d13cbd28d54a30358dbfdea6a24db6c1ea
* P31XX: cleanup / rework ramdisk parts for better readability (1/2)Andreas Blaesius2015-07-181-0/+45
init.espresso.rc need to be placed inside /device/samsung/p3100/recovery/root because it else don't get included to the recovery ramdisk. Change-Id: Ic5ea906ccbc348a4201628ac3269f5500e7830f7