Commit graph

68 commits

Author SHA1 Message Date
Linux Build Service Account
90f3dec2de Merge "sdm660_64: add excluded xml for laser sensor" 2017-09-19 16:08:05 -07:00
Wei Ding
9d2211ff44 sdm660_64: add excluded xml for laser sensor
Add excluded input devices xml as Google's definition
to avoid improve touch performance issue.

Change-Id: I83d8da9935f1dfdcb005fb064af25e393824d070
2017-09-14 09:30:49 +08:00
Abir Ghosh
2b6a38b06f sdm660_64: Do not enable fingerprint by default
- Remove fingerprint entries from manifest.xml
  and sdm660_64.mk.
- Do not enable FEATURE_FINGERPRINT by default.

Change-Id: Ic1870c76dc61e3ee3f75b9809846debeba7f30c8
2017-09-05 15:36:54 +05:30
Linux Build Service Account
0944717662 Merge "sdm660_64: Add support for Fingerprint" 2017-08-18 05:40:15 -07:00
Abir Ghosh
5562841b3c sdm660_64: Add support for Fingerprint
Add support for starting Fingerprint Daemon.

Change-Id: I6635a2924b29e0e2a7027425e2a466da0eb5180e
2017-08-17 15:35:53 +05:30
Pawan Chilka
88340ee647 SDM660:Device specific changes
Change-Id: Icd774f6160ebfc4d1bf5959e75ea67f6e4c202f1
2017-08-16 04:39:30 -07:00
Linux Build Service Account
86816ceb72 Merge "Overlay changes for STA+SAP support" 2017-08-13 19:04:33 -07:00
Linux Build Service Account
415bd6751c Merge "msm_irqbalance: Use Core0-3 on SDM630 64-bit" 2017-08-12 17:25:19 -07:00
Linux Build Service Account
4806bfec7c Merge "sdm660_64: Relocate ro.opengles.version to vendor build.prop" 2017-08-10 18:26:41 -07:00
Sudeep Yedalapure
0be6701c95 sdm660_64: Relocate ro.opengles.version to vendor build.prop
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-09 14:03:51 +05:30
Santhosh Behara
789d058957 sdm660_64: Override "video.disable.ubwc" property
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-09 00:26:17 -07:00
Pavan Kumar M
c3da4cec90 Overlay changes for STA+SAP support
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-08 21:42:38 +05:30
Linux Build Service Account
f2e87ca821 Merge "Override the heap growth limit" 2017-08-05 08:40:59 -07:00
Linux Build Service Account
2fa421e068 Merge "sdm660: Add USB binderized HAL service to PRODUCT_PACKAGES" 2017-08-04 21:39:35 -07:00
Sanjeev Jakkilinki
a9cf622898 Override the heap growth limit
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-01 22:43:05 -07:00
Linux Build Service Account
4e9f710ec1 Merge "Update rild.libpath" 2017-08-01 01:48:07 -07:00
Chaitanya Saggurthi
6c1f026ed3 Update rild.libpath
Update rild.libpath using PRODUCT_PROPERTY_OVERRIDES.

Change-Id: I09a22f85f24d154ebffbc92586c74a920cee8dba
CRs-Fixed:  2078970
2017-07-31 22:21:21 +05:30
Sriharsha Allenki
edcbe9aedc sdm660: Add USB binderized HAL service to PRODUCT_PACKAGES
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-31 14:18:50 +05:30
padarshr
512cf9121f Use build variables to build device matrices.
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-31 12:54:36 +05:30
Linux Build Service Account
254a69bad6 Merge "Merge remote-tracking branch 'quic/qcom-devices.lnx.1.9-rel' into remote" 2017-07-28 15:22:01 -07:00
Linux Build Service Account
1833b9a62a Merge "Rename the device manifest file." 2017-07-28 06:10:30 -07:00
Linux Build Service Account
bf19bc854e Merge "Relocate device specific config files to vendor partition." 2017-07-28 06:09:24 -07:00
padarshr
9b652230e8 Rename the device manifest file.
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-28 15:34:29 +05:30
Prateek Sood
49f034a6d1 msm_irqbalance: Use Core0-3 on SDM630 64-bit
use core0-3 for irq handling on SDM630 64-bit

Change-Id: I5ed6b0c735f2703e7c25fa2330c87c875f8ffddb
Signed-off-by: Prateek Sood <prsood@codeaurora.org>
2017-07-27 10:15:04 -07:00
Linux Build Service Account
118a422b9f Merge "sdm660_64: Add conditional flag to switch HIDLs" 2017-07-27 03:44:32 -07:00
Abhilash Kumar Subhash
93c22fc6b4 Merge remote-tracking branch 'quic/qcom-devices.lnx.1.9-rel' into remote
Change-Id: Ib7726f1b64bff8165e9e8189ff0a261764fa77a1
2017-07-26 15:22:48 +05:30
padarshr
c0ae870a62 Relocate device specific config files to vendor partition.
This is to move the device feature specific xml files to
vendor partition.

Change-Id: I9ff4008f698ac7f749d36babe4af159456c6d3df
2017-07-26 02:21:20 -07:00
AnilKumar Chimata
a6c00fc485 sdm660_64: Add conditional flag to switch HIDLs
Add conditional flag to switch between QTI HIDLs and default
HIDLs for OTA upgrades.

Change-Id: Iba41e3b231669bd14f9653043134a9a2e19f8c3c
2017-07-25 15:29:37 +05:30
Arusha Goyal
0810f45824 Support the combinations of A/B and split.
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-23 17:41:57 +05:30
Linux Build Service Account
9a1b8b4bf9 Merge "sdm660_64: add WfdCommon in PRODUCT_BOOT_JARS." 2017-07-22 03:11:50 -07:00
wangjing
21a2217c5e sdm660_64: Remove Reverie for Android O
Android O does not support Reverie engine.
CRs-Fixed: 2078934

Change-Id: I45629f15511ecab69ac357bbbbb7a7f779d559f0
2017-07-21 17:00:42 -07:00
Linux Build Service Account
21fb48d926 Merge "sdm660: Enable QCOM_DISPLAY_BSP flag" 2017-07-19 19:06:43 -07:00
Ashish Jain
69d70c4978 sdm660_64: Enable MIDI support.
Enable MIDI support for SDM660 64bit variant.

Change-Id: Icc9088522cf8df9dfe54efa57f151c81c2ad6f06
2017-07-19 02:54:46 -07:00
Ramakant Singh
91b499b2ab sdm660: Enable QCOM_DISPLAY_BSP flag
This flag enables the QCOM specific display features

Change-Id: I38636a46d36536f0cd715c0725289ef5d556da81
2017-07-18 15:07:26 +05:30
Uma Mehta
c20172f7f7 sdm660: Pick vendor MediaProfiles.xml
Adding vendor media_profiles.xml, adding
property to pick the same, while parsing
profiles.xml

Change-Id: I78e6813fa670ce6f824f40ac953c14e3e1c6fa23
2017-07-13 18:54:35 +05:30
Deepak Kushwah
3ebfd95e71 sdm660_64: add WfdCommon in PRODUCT_BOOT_JARS.
Change-Id: Id7e60b48dedf9e2a4d0845a696809ab5e6f3337d
2017-07-11 06:01:17 -07:00
Naveen Kumar
08552624cc Add below macro
PRODUCT_VENDOR_MOVE_ENABLED

Change-Id: Ia3f5c61fe6309b8c7ea71ca26b773630ad0665d2
2017-07-06 22:24:39 +05:30
Gaurav Singhal
6027676f86 sdm660: Enable build flag for NFC
Add HIDL HAL entries for NFC.

Enable build flag for NFC solution.

Change-Id: Ide9272104cf8f17a61fd5b3cbf1d6d7e16c5a11a
2017-07-03 15:57:59 +05:30
Linux Build Service Account
5c453c09fa Merge "falcon_64: Enable HW FDE" 2017-06-30 23:39:30 -07:00
Linux Build Service Account
60c89cf338 Merge "Merge commit '5ea1cd9f518528a660104ac7585a369b3430f256' into remote" 2017-06-30 13:12:18 -07:00
Neeraj Soni
b4d9c7399b falcon_64: Enable HW FDE
Change-Id: Ia2df51964a477b08cde9a2b0a591fd93141a1678
Signed-off-by: Neeraj Soni <neersoni@qti.qualcomm.com>
2017-06-29 20:09:56 +05:30
Abhilash Kumar Subhash
66bd129a6c Merge commit '5ea1cd9f518528a660104ac7585a369b3430f256' into remote
Conflicts:
	AndroidBoard.mk
	vintf.xml

Change-Id: I245be8ee991e9440a8554dbfa89ffad060bfb923
2017-06-29 01:36:55 +05:30
Nitin Shivpure
9a57acb3e4 FM: Add support to compile FM for sdm660_64
- Add support to compile FM for sdm660_64.
- Add FM hal entry in vinf(vendor interface).

CRs-fixed: 2061090
Change-Id: I51090200dfa58a563cfffdb56ab89f2c2dcfe3a9
2017-06-23 05:01:52 -07:00
Rajiv Ranjan
e9cc24112f sdm660_64: Install wifi config files to /vendor
Move wifi configuration files to /vendor.
Change symbolic links to /vendor path.

CRs-Fixed: 2064754
Change-Id: Idec4e0094418efb02fed4e17edfa75a2a521e735
2017-06-22 16:16:17 +05:30
Linux Build Service Account
389933760f Merge "sdm660_64: update name of media profiles xml" 2017-06-18 17:25:22 -07:00
Uma Mehta
7ef6bbde61 sdm660_64: update name of media profiles xml
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
2017-06-16 04:06:59 -07:00
Anurudh Kumar Tiwari
3e671e1795 SDM660_64 : Enabling full treble on SDM660
Change-Id: I2d05369b5d945a575fb6d493faf22d2d90519058
2017-06-15 05:19:36 -07:00
Shaikh Shadul
4f316a79a8 sdm660_64: Use android build variable to copy sensors hals conf
Use android build variable in path to specify partition for
copying sensors hals conf file.

Change-Id: Iced1c2ee57f4f12a11c8440a13491b986b569080
2017-06-13 20:56:45 +05:30
Devi Sandeep Endluri V V
785502c4df Add tcmiface in PRODUCT_BOOT_JARS
Add tcmiface library in PRODUCT_BOOT_JARS

Change-Id: Id40960f33720f2c31391f902678cec443ef88cd5
CRs-Fixed: 2057679
2017-06-12 06:12:54 -07:00
Linux Build Service Account
2c1c891570 Merge "sdm660_64: Move sensors hals config file" 2017-05-29 22:18:13 -07:00