aboutsummaryrefslogtreecommitdiff
path: root/rootdir
Commit message (Collapse)AuthorAgeFilesLines
* rootdir: remove FORCED_SHIM_LIBS and export LD_SHIM_LIBS from init.platform.rcMoyster2018-01-311-0/+2
|
* rootdir: proper perms on delay_on/offMister Oyster2018-01-132-0/+6
|
* fstab: cleanup & reorganizeMister Oyster2018-01-092-1/+22
|
* rootdir: reinsert 'recoveryonly' for fstab /system partitionMister Oyster2018-01-051-1/+1
|
* misc: properly rename to M2NoteMister Oyster2018-01-051-1/+1
|
* rootdir: readd needed stuff by mag sensorMister Oyster2018-01-051-0/+25
|
* fstab: remove resize flag from /data, replace by formattable (to match f2fs ↵Moyster2017-12-291-1/+1
| | | | /data entry)
* fstab: remove discard flag (only sticks to /nvdata)Moyster2017-12-291-2/+2
|
* Revert "Entries provided via device tree overlays must not repeat in the fstab"Mister Oyster2017-12-271-0/+1
| | | | | | | | Seems like the DT system entry is not working, anyway this should be "safe to keep" as the recoveryonly flag is applied to fstab system entry. This reverts commit a2f75557cb30d07f47e9e0d2a1074b7141c7162d.
* Entries provided via device tree overlays must not repeat in the fstabDidntRead2017-12-271-1/+0
| | | From https://source.android.com/devices/architecture/kernel/modular-kernels#early-mounting-partitions-vboot-1-0
* fstab: auto-detect mt_usb typeMister Oyster2017-12-271-1/+1
|
* rootdir: forgotten init.modem.rc cleanupMister Oyster2017-12-261-6/+3
|
* rootdir: huge cleanup based on @dinolek's m2 device treeMister Oyster2017-12-269-1446/+63
|
* ueventd: remove poor-entropy based e/frandom nodesMister Oyster2017-12-251-2/+0
|
* init: add system group back to camserverMister Oyster2017-12-241-1/+1
|
* rootdir: defer zram init to boot_completeMister Oyster2017-12-101-1/+2
| | | | based off https://source.android.com/devices/tech/perf/boot-times
* rootdir: remove exported libshim (only linker_forced_lib_shim matters)Mister Oyster2017-12-081-2/+0
|
* rootdir: make apps start/switch more fluidMister Oyster2017-12-081-0/+8
|
* rootdir: move services to /vendorMister Oyster2017-12-077-36/+36
|
* rootdir: cleanup leds unused stuffMister Oyster2017-10-212-20/+0
|
* rootdir: cleanup (eol spaces / unused services)Mister Oyster2017-10-216-41/+8
|
* rootdir: cleanup unexistant servicesMister Oyster2017-10-022-24/+0
|
* rootdir: proper path to healthdMister Oyster2017-09-241-1/+1
|
* shim: cleanup asc symbolsMister Oyster2017-09-221-1/+1
|
* rootdir: remove kpoc_charger in favor of healthd chargerMister Oyster2017-09-221-12/+7
|
* rootdir: ueventd: add e/frandomMister Oyster2017-08-311-0/+2
|
* rootdir: cleanup and remove init.project.rcMister Oyster2017-08-303-295/+125
|
* recovery fstab: use 'new' pathesDerTeufel2017-08-211-13/+13
| | | | | | | why didn't we do this before? other devices may need to be updated as well Conflicts: rootdir/recovery.fstab
* fstab: add f2fs to CWM fstab tooMister Oyster2017-08-211-13/+16
|
* rootdir: fix wrong path, thanks kangMister Oyster2017-06-021-1/+1
|
* cameraserver: lower system-> media groupMister Oyster2017-05-301-1/+1
|
* fstab: use barrier=0(ext4) or nobarrier(f2fs) on system/data/cacheMister Oyster2017-05-291-8/+8
| | | | barrier is a mechanism to ensure data integrity, however we're powered by a battery so, disable it to gain some perf back
* fstab: use lazytime mount flag instead of noatime (this should set ↵Mister Oyster2017-05-291-5/+5
| | | | lazytime,relatime)
* fstab: cleanup f2fs flagsMister Oyster2017-05-241-2/+2
|
* rootdir: mount debugfs on early initMister Oyster2017-05-121-2/+1
|
* persistent: revert some cleanupMister Oyster2017-05-011-0/+2
|
* device: tweak fs tune for faster boot and better UX reactivityMister Oyster2017-04-301-0/+13
|
* rootdir: fix fstabMister Oyster2017-04-261-10/+10
|
* rootdir: cleanupMister Oyster2017-04-252-43/+3
|
* rootdir: cleanupMister Oyster2017-04-221-9/+6
|
* fstab: add /misc partitionMister Oyster2017-04-201-7/+18
|
* sepolicy: fix offline charging and a few denialsMister Oyster2017-04-191-1/+1
|
* sepolicy: cleanup & indentationMister Oyster2017-04-181-2/+0
| | | | | | | | | | * sepolicy: fix denials around cam/bt/net * sepolicy: some sdcardfs and mnld/agpsd * sepolicy: remove irtx device * sepolicy: remove hotknot remnants * sepolicy: remove mdlogger/eemcs policies * sepolicy: thunderquake vib rules * sepolicy: gps fix
* shim: fix mtk_agpsd crashingMister Oyster2017-04-181-2/+1
|
* fstab.mt6735: Remove unneeded linealexlartsev192017-04-171-1/+0
|
* mt6735: Add PersistentStorage and UniqueDeviceId.Diogo Ferreira2017-04-091-0/+2
| | | | | | | Adds cmhw implementations for the unique device id interface using the EMMC id and persist storage in /persist_s. Change-Id: Ic2dba55586453b31f31844b344ad43480472e13a
* f2fs: enable f2fs partitionsMister Oyster2017-04-081-0/+3
|
* rootdir: cleanupMister Oyster2017-04-081-3/+0
|
* camera: fix camera crashes due to wrong permissionsMister Oyster2017-04-051-1/+1
|
* rootdir: mediaserver.rc -> cameraserver.rc (N omx)Mister Oyster2017-04-012-6/+6
|