aboutsummaryrefslogtreecommitdiff
path: root/rootdir/Android.mk (unfollow)
Commit message (Collapse)Author
2023-11-13msm8996-common: rootdir: Decommonize fstabDavide Garberi
Change-Id: I6238b5627a2f4bb819397641f21110db0d7fe6a3
2023-08-03msm8996-common: Move ueventd.qcom.rc to /vendor/etcAlbert Tang
Change I2dcaafc3c3f687f76ab6bc38af979c8b43346db0 moved default ueventd location. Change-Id: Ia1e11c07738d8195899ab870c779cf48c4b5ca91
2020-01-25msm8996-common: rootdir: Import recovery ramdisk from CAFDavide Garberi
* From LA.UM.8.2.r1-05100-sdm660.0 * Needed for Lineage recovery Change-Id: Idb90a6ecaae541e74a9878c1ca93459cc2fdd949
2019-09-23msm8996-common: Address 'LOCAL_MODULE_TAGS := eng debug' deprecation.padarshr
Newer AOSP deprecates LOCAL_MODULE_TAGS := eng debug. We now remove that and instead add the package to PRODUCT_PACKAGES_ENG or PRODUCT_PACKAGES_DEBUG as applicable. To ensure that we don't miss out on any package during this switch, we add these explicitly, even though it might have been already added under PRODUCT_PACKAGES at some other location. Change-Id: I35bd67c3e7752be5bcd8f8682864062173e92724
2019-05-15msm8996-common: Correct BT mac address with non zui blobsDavide Garberi
Change-Id: Ibc6eed2018314e79f3f18749cedd9852c82a8a66
2019-03-02msm8996-common: Set the hardware wlan mac using wcg_mac_toolDavide Garberi
* Bin extracted from ZUI * Add init.wlan.sh to check if the mac address in wlan_mac.bin is already correct, if not correct it * Run both the bins on boot completed as wcg can't run earlier * Label both the bins and address their denials Change-Id: I7a8001465ec9c3d69bd228efa57dddfdd8e3c6f3
2019-02-06msm8996-common: Move offmode charging daemon awayBruno Martins
* Follow-up change for commit f22141c that simply moves the prebuilt to its proper place. Change-Id: I40d37ea6ae53fe8fe919dda758db22df3c1c4229 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-11-28msm8996-common: rootdir: Import init.msm.usb.configfs.rc from ↵Subhajeet Muhuri
LA.UM.7.2.r1-05400-sdm660.0 This fixes the following USB related issues which were introduced after upgrading to kernel 4.4: * Android Auto * USB Tethering in Windows (now no longer needs manual RNDIS driver installation) * QCOM DIAG mode Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-10-06msm8996-common: rootdir: Move init.qcom.sh to binDavide Garberi
Change-Id: I7e8c8cc8c71a43189897dba69fe66afd03e67e6c Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-04-08msm8996-common: rootdir: Restore init.qcom.sh.Cosme Domínguez Díaz
* Imported from ZUI 3.5.315 removing everything that is not useful for our msm8996.
2018-03-10msm8996-common: Remove init.qcom.bt.shCosme Domínguez Díaz
* We don't execute it.
2018-03-09msm8996-common: rootdir: Kang init.qcom.usb.rc from geminiÁlvaro Brey
* Cleaner, and includes stuff from init.qcom.usb.sh without needing the script msm8996-common: rootdir: Import back USB compositions from the old .rc * Fixes ADB and MTP on z2_plus
2018-02-25msm8996-common:: rootdir: Remove unneeded init.qcom.sensors.sh.Cosme Domínguez Díaz
2018-02-25msm8996-common: Use TARGET_OUT_VENDOR_EXECUTABLES for all qcom shell scriptsCosme Domínguez Díaz
2018-02-25msm8996-common: Move fstab to /vendorLuK1337
Change-Id: I2e86c3be08d0d4f19a6cf89a931f4a1e6ac12cdf
2018-02-25msm8996-common: Move hardware specific .rc files to /vendor/etc/init/hwAbhishek Arpure
The reason these files are moved to /vendor/etc/init/hw and not /vendor/etc/init is because 'init' scans the /vendor/etc/init folder for vendor service .rc fragments to import. That would either result in duplicate imports or out-of-order imports of these hardware specific .rc files and that *may* have unintended consequences. In order to preserve the current import order for MTP, we move all hardware specific .rc files to /vendor/etc/init/hw which is not autoscanned by init BUT leave the init.${ro.hardware}.rc (i.e. init.qcom.rc in this case) in root for 'init' to find. Change-Id: I14531da05e2a3a256f734f8de96e1f1969c753f9
2018-02-19msm8996-common: Remove safailnet completelyDavide Garberi
* It's useless and against LineageOS' requirements Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-02-19msm8996-common: Use MIUI poweroff charging animationBruno Martins
* It's cool, and more importantly... it actually works! Oh look, it even displays battery level. Wow. :-P Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-01-29msm8996-common: init.qcom.sensors.sh: Move to rootdir [2/2]davidevinavil
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-01-11msm8996-common: rootdir: Move init scripts to vendor [1/2]Davide Garberi
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2017-11-27rootdir: Introduce 'SafailNet'jhenrique09
SafailNet is inspired on magisk hide. (Thanks to topjohnwu) https://github.com/topjohnwu/Magisk/blob/master/jni/magiskhide/magiskhide.c The purpose is bypass safetynet without installing any zip via twrp And these commits too: https://github.com/PixelExperience/kernel_motorola_msm8953/commit/dc9c2f35e988123abf2aa50d30b8b324bc377fbf https://github.com/PixelExperience/kernel_motorola_msm8953/commit/ec5b1bb6821098ebb30a37cbf5d2c52286cacbfd Signed-off-by: jhenrique09 <jhenrique09.mcz@hotmail.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2017-11-09msm8996-common: rootdir: Remove init.qcom.shdd3boh
* This isn't called from anything here but we don't have problems anyway Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-11-09msm8996-common: Checkout rootdir to a sane statedd3boh
Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-11-05msm8996-common: rootdir: Remove useless scriptsÁlvaro Brey
Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-09-07z2_plus: Remove init.target.rcdd3boh
Basically a duplicate Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-07-13Readd init.target.rc backdd3boh
2017-06-30z2_plus: Move rootdir files to rootdir/etcdavidevinavil
2017-01-27Ramdisk: Move init to rootdirdavidevinavil
Change-Id: I9926097f65e084c322ce320d43a1654e613e596b
2017-01-20restore init.qcom.bt.shdavidevinavil
Change-Id: I0cd415ef7e0da674f688345715a3b81f0f078a58
2017-01-14z2_plus: Add more cpusetdavidevinavil
Change-Id: Ie2c04a60e543ec3d28b037c023396d7d0d60cb35
2016-11-10Initialising brunch based on davidevinavil device tree (CM14.0 branch)Fedor917
2016-10-26Initial commitFedor917