android_device_samsung_msm8.../rootdir
RomanDesigner 58de415064
msm8226-common: Move hardware specific .rc files to /vendor/etc/init/hw
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.

Signed-off-by: Joshua Primero <jprimero155@gmail.com>
2020-01-05 12:56:38 +03:00
..
etc msm8226-common: Move hardware specific .rc files to /vendor/etc/init/hw 2020-01-05 12:56:38 +03:00
Android.mk msm8226-common: Move hardware specific .rc files to /vendor/etc/init/hw 2020-01-05 12:56:38 +03:00