summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-17Merge "Display: Add entry for postproc"Linux Build Service Account
2017-08-14Remove system node from fstab for non-A/B config.padarshr
For non A/B, system mount would happen through early mount DT node in kernel, remove it from fstab. Change-Id: Id9bc04f2a059af0a9fa4242b3c7540463528196e
2017-08-13Merge "Overlay changes for STA+SAP support"Linux Build Service Account
2017-08-12Merge "msm_irqbalance: Use Core0-3 on SDM630 64-bit"Linux Build Service Account
2017-08-10Merge "sdm660_64: Enabling USB enumeration in power-off charging mode"Linux Build Service Account
2017-08-10Merge "sdm660_64: Relocate ro.opengles.version to vendor build.prop"Linux Build Service Account
2017-08-10Merge "sdm660_64: Override "video.disable.ubwc" property"Linux Build Service Account
2017-08-10Merge "sdm660_64: clean up of boost config"Linux Build Service Account
2017-08-09sdm660_64: Relocate ro.opengles.version to vendor build.propSudeep Yedalapure
From Android O any vendor properties defined in system side build.prop must be moved to vendor side build.prop for independent update of pure AOSP system image and vendor image. Change-Id: I83a01efd207657ec100cba98158cb1d56e0b44ab
2017-08-09sdm660_64: Override "video.disable.ubwc" propertySanthosh Behara
Override the propery "video.disable.ubwc" in the device make file so that it will be part of vendor.prop for the targets that doesn't support UBWC encoding. Change-Id: Ied558565bb0c95f32766aa10270a35391e649cab
2017-08-09sdm660_64: NTP related configurationJohn Zhao
Setting up NTP related configuration. CRs-Fixed: 2062333 Change-Id: Ia2b8b89dd903ceb2d5e664a5f6c2aef264aee9b0
2017-08-08Overlay changes for STA+SAP supportPavan Kumar M
config_tether_wifi_regexs need to be customized based on feature set supported for different targets. softap0 will be default interface for STA+SAP supported targets. Other targtes will have wlan0 as default interface. CRs-Fixed: 2087745 Change-Id: If1f0af51f7ec46e116d96d9164b4ffee9751ced2
2017-08-08sdm660_64: clean up of boost configSanjeev Jakkilinki
Remove the perf boost params from config file, as they are moved to mp-ctl code. Change-Id: I3f9fdc2121909df53bc401259597a23a0149d7df
2017-08-08Display: Add entry for postprocRamakant Singh
Change-Id: Idb6d9294be7a8a2c0ad28d50dfb8d8ae63803133
2017-08-05Merge "Override the heap growth limit"Linux Build Service Account
2017-08-04Merge "sdm660: Add USB binderized HAL service to PRODUCT_PACKAGES"Linux Build Service Account
2017-08-04sdm660_64: Enabling USB enumeration in power-off charging modeSai Krishna Juturi
Set sys.usb.configfs to 1 to indicate build uses configfs in power-off charging mode, or else usb enumeration will fail in power off charging mode. Change-Id: I66a51ce342cef9e4d345eebc716a5e9e0e7332e6 Signed-off-by: Sai Krishna Juturi <jsaikrishna@codeaurora.org>
2017-08-01Override the heap growth limitSanjeev Jakkilinki
Override the heap growth limit due to high display density on device, maximum size of the managed heap can grow upto 256m Change-Id: I249373e9aa225d3e3151d4fc74dee4dbad9fe201
2017-08-01Merge "sdm660_64: Add flag for configfs"Linux Build Service Account
2017-08-01Merge "Update rild.libpath"Linux Build Service Account
2017-07-31Update rild.libpathChaitanya Saggurthi
Update rild.libpath using PRODUCT_PROPERTY_OVERRIDES. Change-Id: I09a22f85f24d154ebffbc92586c74a920cee8dba CRs-Fixed: 2078970
2017-07-31sdm660: Add USB binderized HAL service to PRODUCT_PACKAGESSriharsha Allenki
The Treble project introduced binderized hal in Android O. For USB part, its Binderized hal was not compiled, thus the usb_hal service which was implemented in the hal can not be loaded by UsbPortManager. Add android.hardware.usb@1.0-service to PRODUCT_PACKAGES. Change-Id: I6269b4f3fd982bc22abd21ef8a84e7b51bfb11f7 Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>
2017-07-31Use build variables to build device matrices.padarshr
Move away from building device manifest through PRODUCT_COPY_FILES. Use the build variables - DEVICE_MANIFEST_FILE and DEVICE_MATRIX_FILE to build device manifest and device compatibility files repectively. Change-Id: Ic1c14a49d3a53306fb6f93eb92d44fea6a47278f
2017-07-28Merge "sdm660_64: Publish codecs concurrent instances limit"Linux Build Service Account
2017-07-28Merge "Merge remote-tracking branch 'quic/qcom-devices.lnx.1.9-rel' into remote"Linux Build Service Account
2017-07-28Merge "manifest.xml: Add drm HAL to vintf.xml for sdm660_64"Linux Build Service Account
2017-07-28Merge "Rename the device manifest file."Linux Build Service Account
2017-07-28Merge "Relocate device specific config files to vendor partition."Linux Build Service Account
2017-07-28sdm660_64: Add flag for configfsSai Krishna Juturi
Updated the commandline to indicate that this build uses configfs. Without this change usb wont enumerate in recovery mode for configfs based builds. Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org> Signed-off-by: Sai Krishna Juturi <jsaikrishna@codeaurora.org>
2017-07-28manifest.xml: Add drm HAL to vintf.xml for sdm660_64padarshr
Add drm HAL to device manifest.xml for sdm660_64 Change-Id: I5d3759b6527030738527926dac82e6ded0601c60
2017-07-28Rename the device manifest file.padarshr
Rename the device manifest(vintf.xml) to manifest.xml and move away from building device manifest through PRODUCT_COPY_FILES. (It will be built through another change using the build variable - DEVICE_MANIFEST_FILE) Change-Id: I844e582b7da590afb497e4656126d98e6cdb5e24
2017-07-27msm_irqbalance: Use Core0-3 on SDM630 64-bitPrateek Sood
use core0-3 for irq handling on SDM630 64-bit Change-Id: I5ed6b0c735f2703e7c25fa2330c87c875f8ffddb Signed-off-by: Prateek Sood <prsood@codeaurora.org>
2017-07-27Merge "sdm660_64: Add conditional flag to switch HIDLs"Linux Build Service Account
2017-07-27Merge "sdm660: Add Renderscript to vintf"Linux Build Service Account
2017-07-27sdm660_64: Publish codecs concurrent instances limitMahesh Lanka
Change-Id: I31ddcae1822ecd5a5edbc1309e1438d4d3a89b9c
2017-07-26Merge remote-tracking branch 'quic/qcom-devices.lnx.1.9-rel' into remoteAbhilash Kumar Subhash
Change-Id: Ib7726f1b64bff8165e9e8189ff0a261764fa77a1
2017-07-26Relocate device specific config files to vendor partition.padarshr
This is to move the device feature specific xml files to vendor partition. Change-Id: I9ff4008f698ac7f749d36babe4af159456c6d3df
2017-07-25Merge "Support the combinations of A/B and split."Linux Build Service Account
2017-07-25sdm660_64: Add conditional flag to switch HIDLsAnilKumar Chimata
Add conditional flag to switch between QTI HIDLs and default HIDLs for OTA upgrades. Change-Id: Iba41e3b231669bd14f9653043134a9a2e19f8c3c
2017-07-23Support the combinations of A/B and split.Arusha Goyal
This change introduces compile time flags based on which we can build combinations of A/B and split features. Based on the flags, appropriate settings are done in mk files, and appropriate fstab.qcom/recovery.fstab are picked. Change-Id: I55cbec9c280f95b043f31b833aef11c2cbe4ab00
2017-07-22Merge "Merge commit '2a7f2c72279c597c544f4c7ff9d4d6d294538b66' into remote"Linux Build Service Account
2017-07-22Merge "sdm660_64: add WfdCommon in PRODUCT_BOOT_JARS."Linux Build Service Account
2017-07-22Merge "wfd: Adding entry for vendor interface"Linux Build Service Account
2017-07-21sdm660_64: Remove Reverie for Android Owangjing
Android O does not support Reverie engine. CRs-Fixed: 2078934 Change-Id: I45629f15511ecab69ac357bbbbb7a7f779d559f0
2017-07-21sdm660: Add Renderscript to vintfAditya Nelutla
Add Renderscript to vintf for sdm660 target in order to enable framework to load Adreno RS driver. CRs-fixed: 2069121 Change-Id: Ifd5077cb2e2ae583627fef6ade38b8257343a091
2017-07-20wfd: Adding entry for vendor interfaceDeepak Kushwah
-- adding entry for WFD HDCP and DS vendor interfaces Change-Id: I3f514cc7a10571b2062d076995a87d68d534e7f8
2017-07-19Merge "sdm660: Enable QCOM_DISPLAY_BSP flag"Linux Build Service Account
2017-07-19Merge "falcon_64: Disable SF Latch Buffer Signaled property"Linux Build Service Account
2017-07-19Merge commit '2a7f2c72279c597c544f4c7ff9d4d6d294538b66' into remoteAbhilash Kumar Subhash
Change-Id: I62394dda2f7ce6dcf00be1756757af313a6328e9
2017-07-19sdm660_64: Enable MIDI support.Ashish Jain
Enable MIDI support for SDM660 64bit variant. Change-Id: Icc9088522cf8df9dfe54efa57f151c81c2ad6f06
2017-07-18sdm660: Enable QCOM_DISPLAY_BSP flagRamakant Singh
This flag enables the QCOM specific display features Change-Id: I38636a46d36536f0cd715c0725289ef5d556da81
2017-07-17Merge "falcon_64: Enable virtual displays on sdm660"Linux Build Service Account
2017-07-17Merge "Merge commit '0f25aa8903549bf46e1c8d7c0659769b7196ecde' into remote"Linux Build Service Account
2017-07-17Merge "sdm660_64: Add property to enable display default color mode"Linux Build Service Account
2017-07-14falcon_64: Disable SF Latch Buffer Signaled propertyUday Kiran Pichika
Change-Id: I43045df19778defdf7400827cee01c9c860363bc
2017-07-14falcon_64: Disable SF Latch Buffer Signaled propertyUday Kiran Pichika
Change-Id: I43045df19778defdf7400827cee01c9c860363bc
2017-07-13sdm660: Pick vendor MediaProfiles.xmlUma Mehta
Adding vendor media_profiles.xml, adding property to pick the same, while parsing profiles.xml Change-Id: I78e6813fa670ce6f824f40ac953c14e3e1c6fa23
2017-07-13Merge commit '0f25aa8903549bf46e1c8d7c0659769b7196ecde' into remoteAbhilash Kumar Subhash
Conflicts: vintf.xml Change-Id: I413d1914c41c2d860a3cb8c8e93f6ef7d77780c8
2017-07-12Added CAP_NET_BIND_SERVICE for slim_daemonMike Cailean
Added CAP_NET_BIND_SERVICE for slim_daemon to compensate for removing net_raw from izat.conf CRs-fixed: 2072685 Change-Id: I800fd11536023599ef23f1ed905953cba5e657b1
2017-07-12falcon_64: Enable virtual displays on sdm660Uday Kiran Pichika
Set enable_hwc_vds flag to handle virtual displays CRs-Fixed: 2074459 Change-Id: Idc99451f17f41c664d89ba65bf75011f21f404c4
2017-07-12Merge "falcon_64: Enable virtual displays on sdm660"Linux Build Service Account
2017-07-11Merge "sdm660_64: add improveTouch hidl interfaces"Linux Build Service Account
2017-07-11Merge "HIDL: cnd: Add cnd HALs."Linux Build Service Account
2017-07-11Merge "ims: Uce Enabling Uce and ConnectionManager Service"Linux Build Service Account
2017-07-11Merge "Merge commit 'e0f17bc2b21779dd1d01b5593bcb67d1243afa16' into remote"Linux Build Service Account
2017-07-11sdm660_64: add WfdCommon in PRODUCT_BOOT_JARS.Deepak Kushwah
Change-Id: Id7e60b48dedf9e2a4d0845a696809ab5e6f3337d
2017-07-11falcon_64: Enable virtual displays on sdm660Uday Kiran Pichika
Set enable_hwc_vds flag to handle virtual displays CRs-Fixed: 2074459 Change-Id: Idc99451f17f41c664d89ba65bf75011f21f404c4
2017-07-11sdm660_64: Add property to enable display default color modeCh Ganesh Kumar
This will enables display default color mode CRs-fixed: 2073554 Change-Id: If4a5b70ce3bb28a64757b64815e5b4e56ca515a7
2017-07-10HIDL: cnd: Add cnd HALs.Devi Sandeep Endluri V V
Add two HALs IApiService and IServer that are registered from cnd Change-Id: I07b0ea9eeb3f3d0388e67466c79f6e4e3e376b5a
2017-07-10ims: Uce Enabling Uce and ConnectionManager ServiceDevi Sandeep Endluri V V
Desc: Enabling imsrcsd to run on init. 1. introduce imsrcsd 2. add IUceService Interface to vintf.xml 3. add IImsCmService Interface to vintf.xml 4. updating ims properties from "sys" to "vendor" Change-Id: I071a6011b95a0789f6a62622e5b0a9e2a990122c CRs-Fixed: 2019051, 2065708
2017-07-10Merge commit 'e0f17bc2b21779dd1d01b5593bcb67d1243afa16' into remoteAbhilash Kumar Subhash
Change-Id: I4df2ada3cbffa9cd779925f2d0ec15e03f44742e
2017-07-09Added UIM UIM REMOTE LPA servicesChaitanya Saggurthi
Added UIM UIM REMOTE LPA services Change-Id: I96b27428cdfea11ad5f79c7c3886a68723754f7e
2017-07-10Added UIM UIM REMOTE LPA servicesChaitanya Saggurthi
Added UIM UIM REMOTE LPA services Change-Id: I96b27428cdfea11ad5f79c7c3886a68723754f7e
2017-07-08Merge "sdm660_64 : change data directory for hbtp"Linux Build Service Account
2017-07-07sdm660_64: add improveTouch hidl interfacesHimanshu Aggarwal
add improveTouch hidl interfaces to vinf.xml Change-Id: I362bc63b6919648e67eb48c0d91f6bef62c28af9
2017-07-06Add below macroNaveen Kumar
PRODUCT_VENDOR_MOVE_ENABLED Change-Id: Ia3f5c61fe6309b8c7ea71ca26b773630ad0665d2
2017-07-04Removing duplicate entriesNaveen Kumar
Change-Id: Ia1a2a05281682ed5c5944d2a609a464477d84f55
2017-07-03sdm660: Enable build flag for NFCGaurav Singhal
Add HIDL HAL entries for NFC. Enable build flag for NFC solution. Change-Id: Ide9272104cf8f17a61fd5b3cbf1d6d7e16c5a11a
2017-06-30Merge "falcon_64: Enable HW FDE"Linux Build Service Account
2017-06-30Merge "Merge commit '5ea1cd9f518528a660104ac7585a369b3430f256' into remote"Linux Build Service Account
2017-06-30Merge "sdm660_64: Install wifi config files to /vendor"Linux Build Service Account
2017-06-30Merge "sdm660_64: Insmod qca_cld3_wlan.ko in /vendor"Linux Build Service Account
2017-06-29falcon_64: Enable HW FDENeeraj Soni
Change-Id: Ia2df51964a477b08cde9a2b0a591fd93141a1678 Signed-off-by: Neeraj Soni <neersoni@qti.qualcomm.com>
2017-06-29Merge commit '5ea1cd9f518528a660104ac7585a369b3430f256' into remoteAbhilash Kumar Subhash
Conflicts: AndroidBoard.mk vintf.xml Change-Id: I245be8ee991e9440a8554dbfa89ffad060bfb923
2017-06-28Create bootdevice symlink just before mounting from fstab.padarshr
Create /dev/block/bootdevice symlink that points to the actual target specific boot device dev path(emmc/ufs), based on the property ro.boot.bootdevice. This is created in init.target.rc just before partitions are mounted from fstab file (fstab refers to all the partitions through the symlink path). Change-Id: I6f0082a22c4ddcd84c3a1f57a97c7a32a45187a9
2017-06-27Merge "sdm660_64: Restrict adapter voltage for s/w INOV"Linux Build Service Account
2017-06-27Merge "ims-vt: rtpservice name is updated"Linux Build Service Account
2017-06-27Merge "Deprecate init.target.vendor.rc script file."Linux Build Service Account
2017-06-27Merge "FM: Add support to compile FM for sdm660_64"Linux Build Service Account
2017-06-26Merge "SDM660/630 : Remove vendor partition entry from fstab.qcom"Linux Build Service Account
2017-06-26Merge "Deprecate init.target.vendor.rc script file."Linux Build Service Account
2017-06-26Merge "sdm660_64: Start the hvdcp_opti service from /system/vendor/bin"Linux Build Service Account
2017-06-26ims-vt: rtpservice name is updatedNivedita Sarkar
Change-Id: I6e4c27b5354d4b09636f002150cb0097aa767f9f
2017-06-26sdm660_64: Restrict adapter voltage for s/w INOVAshay Jaiswal
Add persist property to restrict wall adapter output voltage to 9V in case of s/w based INOV Change-Id: Id6f01c57cde3efc7b24652de2883cebae782d450
2017-06-23ims-vt: rtpservice name is modifiedNivedita Sarkar
Change-Id: I6e4c27b5354d4b09636f002150cb0097aa767f9f
2017-06-23FM: Add support to compile FM for sdm660_64Nitin Shivpure
- Add support to compile FM for sdm660_64. - Add FM hal entry in vinf(vendor interface). CRs-fixed: 2061090 Change-Id: I51090200dfa58a563cfffdb56ab89f2c2dcfe3a9
2017-06-23sdm660_64: Start the hvdcp_opti service from /system/vendor/binAnirudh Ghayal
hvdcp_opti now starts in /system/vendor/bin/* Change-Id: I355b993b27fc1a3e32d55a295b005c95dfc6b3c3
2017-06-22sdm660_64: Insmod qca_cld3_wlan.ko in /vendorRajiv Ranjan
Change the init script to locate the wlan driver from /vendor path to perform insmod operation. CRs-Fixed: 2064754 Change-Id: Iccee1611829a46eddd5e8b270aa00239c6bb0312
2017-06-22sdm660_64: Install wifi config files to /vendorRajiv Ranjan
Move wifi configuration files to /vendor. Change symbolic links to /vendor path. CRs-Fixed: 2064754 Change-Id: Idec4e0094418efb02fed4e17edfa75a2a521e735
2017-06-21Enabling SDM660/630 in Enforcement ModePawan Chilka
Change-Id: I40509815fe44dc62b600ca20b52f8c69bcfd1621