* quic/l_master: (106 commits)
Add tcmiface in PRODUCT_PACKAGES
Config item to speed up the audio mode
init.qcom.post_boot: Enable input boost for A53 cluster
init.qcom.rc: grant world read and execute perms to perfd socket
Revert "init: create native cgroup"
common: remove make rules for MMC_FLASHMEM1.dat
common: update enum value for disabling PC
common: Fix stripped debug DLKM generation
init.qcom.post_boot: Enable interactive governor for 8909
init script: start the vm_bms service for 8909
device: common: Create socket qlogd
init: qcom: post_boot: Enable BIMC HWMON for MSM8909
init.qcom.rc: create camera folder
init.qcom.rc: Move ipa folder to /data/misc/ipa
init.qcom.rc: add perfd related directories
init: qcom: post_boot: Enable low power modes for 8909
init: qcom: Set LCD density for Dragonboard APQ8094
usb uicc: use default persist prefix as sys.*
Bluetooth : Add 8909 to indicate SMD transport
msm8909: add primary hardware and policy lib for 8909
...
Conflicts:
base.mk
Change-Id: Ifaa0eabe4291452cafd57207cfc4f3604974c48e
Add support to enable compilation of video libraries
for MSM8994 and thulium.
Change-Id: I5b6cdc3e7513fd0122d9731553935d0d72ebbc55
Signed-off-by: Abhimanyu Kapur <abhimany@codeaurora.org>
Give r/w permission for dev/ccid_bridge
Add init.qcom.uicc.sh in Android.mk
Add init.qcom.uicc.sh in base.mk
Change-Id: I90e67e0bb67937c9da5123d7b41c483df45c8449
Add support to log ftrace events to CoreSight STM based on
CoreSight property. This will help with debugging crashes.
Change-Id: I2236d590f96d14b8c8bbbc4b18576d548e06af98
We can now enable/disable SSR on a single or a group of peripherals
by setting the persist.sys.ssr.restart_level property to the list of
peripherals which we want SSR to be enabled for.
Change-Id: I0b0d54985a863e92343f0a08865cb30f0f433853
Push Bluetooth and Bluetooth LE permission files for enabling BLE.
Set MAX_ACL_CONNECTIONS and MAX_L2CAP_CONNECTIONS to 16
Change-Id: I4768a66100c6b131d4421370732c9200fcdedcd8
and include them from media_codecs_google_*.xml.
media_codecs.xml is expected to list only vendor-supported
codecs.
Also, copy google's base xml files to target filesystem
Change-Id: Ic269fcbfa28ace372db593ef2b6a95af1d64bf46
Inherit dm-verity.mk into base.mk to apply to all msm targets.
This however is not enough to turn dm-verity on by default. The
kernel must have dm-verity support and target's fstab file must
specify 'verify' option for the partition on which we want to enable
dm-verity.
Additionally, dm-verity hash checks are disabled on eng & userdebug
builds and enforced only on user builds.
Change-Id: I33cfaf25101ad079806630be6a9d7e5cc791807c
Split common.mk product definitions into base.mk (shared between
32-bit and 64-bit targets) and common64.mk (64-bit targets).
common.mk is then for 32-bit only targets.
32-bit MSM target will inherit common.mk (no change to existing
MSM target definitions), whereas new 64-bit targets will inherit
common64.mk
Change-Id: I968be0e6b7077083bacddd3d163a4406f9b0c2f3