aboutsummaryrefslogtreecommitdiff
path: root/rootdir/Android.mk (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: rootdir: Decommonize fstabDavide Garberi2023-11-13
| | | | Change-Id: I6238b5627a2f4bb819397641f21110db0d7fe6a3
* msm8996-common: Move ueventd.qcom.rc to /vendor/etcAlbert Tang2023-08-03
| | | | | | | Change I2dcaafc3c3f687f76ab6bc38af979c8b43346db0 moved default ueventd location. Change-Id: Ia1e11c07738d8195899ab870c779cf48c4b5ca91
* msm8996-common: rootdir: Import recovery ramdisk from CAFDavide Garberi2020-01-25
| | | | | | | * From LA.UM.8.2.r1-05100-sdm660.0 * Needed for Lineage recovery Change-Id: Idb90a6ecaae541e74a9878c1ca93459cc2fdd949
* msm8996-common: Address 'LOCAL_MODULE_TAGS := eng debug' deprecation.padarshr2019-09-23
| | | | | | | | | | | | 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
* msm8996-common: Correct BT mac address with non zui blobsDavide Garberi2019-05-15
| | | | Change-Id: Ibc6eed2018314e79f3f18749cedd9852c82a8a66
* msm8996-common: Set the hardware wlan mac using wcg_mac_toolDavide Garberi2019-03-02
| | | | | | | | | * 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
* msm8996-common: Move offmode charging daemon awayBruno Martins2019-02-06
| | | | | | | | * 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>
* msm8996-common: rootdir: Import init.msm.usb.configfs.rc from ↵Subhajeet Muhuri2018-11-28
| | | | | | | | | | | 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>
* msm8996-common: rootdir: Move init.qcom.sh to binDavide Garberi2018-10-06
| | | | | Change-Id: I7e8c8cc8c71a43189897dba69fe66afd03e67e6c Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: rootdir: Restore init.qcom.sh.Cosme Domínguez Díaz2018-04-08
| | | | | * Imported from ZUI 3.5.315 removing everything that is not useful for our msm8996.
* msm8996-common: Remove init.qcom.bt.shCosme Domínguez Díaz2018-03-10
| | | | * We don't execute it.
* msm8996-common: rootdir: Kang init.qcom.usb.rc from geminiÁlvaro Brey2018-03-09
| | | | | | | | * 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
* msm8996-common:: rootdir: Remove unneeded init.qcom.sensors.sh.Cosme Domínguez Díaz2018-02-25
|
* msm8996-common: Use TARGET_OUT_VENDOR_EXECUTABLES for all qcom shell scriptsCosme Domínguez Díaz2018-02-25
|
* msm8996-common: Move fstab to /vendorLuK13372018-02-25
| | | | Change-Id: I2e86c3be08d0d4f19a6cf89a931f4a1e6ac12cdf
* msm8996-common: Move hardware specific .rc files to /vendor/etc/init/hwAbhishek Arpure2018-02-25
| | | | | | | | | | | | | | | 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
* msm8996-common: Remove safailnet completelyDavide Garberi2018-02-19
| | | | | | * It's useless and against LineageOS' requirements Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Use MIUI poweroff charging animationBruno Martins2018-02-19
| | | | | | | * 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>
* msm8996-common: init.qcom.sensors.sh: Move to rootdir [2/2]davidevinavil2018-01-29
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: rootdir: Move init scripts to vendor [1/2]Davide Garberi2018-01-11
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* rootdir: Introduce 'SafailNet'jhenrique092017-11-27
| | | | | | | | | | | | | | | 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>
* msm8996-common: rootdir: Remove init.qcom.shdd3boh2017-11-09
| | | | | | * This isn't called from anything here but we don't have problems anyway Signed-off-by: dd3boh <dade.garberi@gmail.com>
* msm8996-common: Checkout rootdir to a sane statedd3boh2017-11-09
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* msm8996-common: rootdir: Remove useless scriptsÁlvaro Brey2017-11-05
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Remove init.target.rcdd3boh2017-09-07
| | | | | | Basically a duplicate Signed-off-by: dd3boh <dade.garberi@gmail.com>
* Readd init.target.rc backdd3boh2017-07-13
|
* z2_plus: Move rootdir files to rootdir/etcdavidevinavil2017-06-30
|
* Ramdisk: Move init to rootdirdavidevinavil2017-01-27
| | | | Change-Id: I9926097f65e084c322ce320d43a1654e613e596b
* restore init.qcom.bt.shdavidevinavil2017-01-20
| | | | Change-Id: I0cd415ef7e0da674f688345715a3b81f0f078a58
* z2_plus: Add more cpusetdavidevinavil2017-01-14
| | | | Change-Id: Ie2c04a60e543ec3d28b037c023396d7d0d60cb35
* Initialising brunch based on davidevinavil device tree (CM14.0 branch)Fedor9172016-11-10
|
* Initial commitFedor9172016-10-26