Added CAP_NET_BIND_SERVICE for slim_daemon
to compensate for removing net_raw from
izat.conf
CRs-fixed: 2072685
Change-Id: I800fd11536023599ef23f1ed905953cba5e657b1
- Add support to compile FM for sdm660_64.
- Add FM hal entry in vinf(vendor interface).
CRs-fixed: 2061090
Change-Id: I51090200dfa58a563cfffdb56ab89f2c2dcfe3a9
Removing init.target.vendor.rc script file as it is no longer
needed. Any init service definitions, triggers that need to go
into vendor can be placed in init.target.rc(which now resides on
vendor).
Change-Id: I20bcd1b4ec49231973714982bbd317622c52ef8c
All vendor hals are moved to the centralized location and follow the
name conventions. The radio hal hidl definitions are updated.
Change-Id: I068c038157f7c4a043df75559423f35e653e84b6
CRs-Fixed: 2055157
update the name of the media profiles xml to match the
name of the file queried by the media profiles header file
Change-Id: I472d8f0f94a55fd76e99a2b55410e38b4607527e
EA binary is moved to system/vendor/bin path from system/bin.
Update the same in init.target.rc file.
Change-Id: I5a83a3d4de50797cf8081909003abab77b518ba4
The following changes are made to simplify the cpuset
configuration.
(1) Earlier kernels used to ignore any offline CPUs specified
in the cpuset/cpus file. As there is no gaurantee that all
gold cluster CPUs are online during init, silver cluster
cpumask is written to cpuset/cpus file before writing the
all possible cpumask. Recent kernels have support to handle
offline CPUs written to cpuset/cpus file. When the CPU
becomes online, the cpuset setting is applied. So apply
the setting for a cpuset cgroup once.
(2) Both SDM660 and SDM630 share the same device project,
so move the final cpuset configuration to post-boot. This
allows different cpuset settings for these two targets. This
also improves boot-up performance as we apply the cpuset
restrictions after the booting is completed. This policy
is already in place for other targets like MSM8998.
Change-Id: I482f6e10de2224695c319d7546b6d267d75ca4d1
- imsdatadaemon, imsqmidaemon, ims_rtp_daemon
and imscmservice have to be started from vendor partition.
CRs-fixed: 2053865
Change-Id: Ifd195376b4d0f11e8f276833c55ac02c93988cb7
Add interface name and instance for video HAL to avoid
transport mode from falling back to passthrough.
Change-Id: I4ed89769cae90797cf93a0ed106cba97acc07205
Enable the flag TARGET_USES_MEDIA_EXTENSIONS for video recording
on camera HAL1 to work on sdm660.
Change-Id: I56422996e8160079859e0189cc9cfa9c49e66abc
Install media_profiles in system/etc as well
since the file is currently checked in system
etc partition only
Change-Id: I5e59623fd367d00bfd7cfdf3ddca07749e76f84a
We now support init.target.vendor.rc file which is intended to
contain target specific VENDOR service definitions, triggers.
This file will stay at /vendor/etc/init, so the vendor service
definitions written with this file will now correctly stay in
vendor region.
Change-Id: I4d1fd718b38572d080405940a377c90a9f0fce10
Add thermal send rule socket to thermal service initialization script
This change is required for SE Android so that thermal socket context
are not overridden by init.
Change-Id: I8774b62f35f72a481f9976dda5d1aee1e19d8374