aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* msm8996-common: audio: Add voip_tx profile to policy confSujin Panicker2021-10-19
| | | | | | | | | | | | Skype+camcorder concurrency usecase makes Skype to mute since both uses same record_24 profle, due to which second audio record request de-prioritizes first setting isTopOrLatestActive(=true) Add voip_tx profile making skype to use fasttrack rather than using record_24 profile Change-Id: I4a6cee00787f8f587b088d4586e8d13d824144c3
* msm8996-common: audio: Add built-in/Back mic and remove TelePhony Rx from ↵Shalini Manjunatha2021-10-19
| | | | | | | | | | | | | primary input Built-in mic and Built-In Back Mic aren't in supported devices list of primary input, Add them to primary input sources to reuse input to avoid to open extra input stream in AHAL Also remove Telephony Rx to make in call record use case through different front end pcm device when sva enabled to solve concurrency capture issue Change-Id: I8a036423da689a4de9abe767a0b6a595b4e068f1
* msm8996-common: Drop Snapdragon LLVM toolchain entryKevin F. Haggerty2021-10-19
| | | | | | * The rest of the tree stopped supporting this long ago. Change-Id: I0431861fd202a7a07b3d4b79642822aecafb9e6f
* msm8996-common: Remove unused target headers overrideBruno Martins2021-10-04
| | | | | | This was never used by any of the Zuk msm8996 targets. Change-Id: I29e920ec9aa642de2f59ab74abe402aa44b16394
* msm8996-common: Enable v1.3 drm pluginsRobert Shih2021-10-04
| | | | | | | Bug: 139134043 Test: MediaDrmTest Change-Id: Ie34e59947577988f75fae52d22e3f573f4b92420 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Add default dalvik heap values as fallbackDavide Garberi2021-10-04
| | | | | | | * In case libinit doesn't get loaded (for example on any pure AOSP GSI) we need to have fallback values to make the device usable Change-Id: I149be63a625d3b00188512b45fe0e556de6abaec
* msm8996-common: Build libhidltransport and libhwbinderDavide Garberi2021-10-04
| | | | Change-Id: I1b4b255ce40c94e3bf2e6234b7280fc094a9270b
* msm8996-common: manifest: Remove duplicated entriesDavide Garberi2021-10-04
| | | | Change-Id: I02d854316ca5072a125bbf9611fb1e082d71d2d1
* msm8996-common: rootdir: Remove duplicated socket declarationsDavide Garberi2021-10-04
| | | | Change-Id: I86821f360d0e037732d7c1d23a04d602ccff4c0f
* msm8996-common: camera: Use latest version of C++Davide Garberi2021-10-04
| | | | Change-Id: I732ae816cb882c8ec920c3ee6ae59a8bb8b362ad
* msm8996-common: Remove libhwbinder and libhidltransport referencesDavide Garberi2021-10-04
| | | | | | * These are now combined with libhidlbase Change-Id: I7cea1f4e09c12a4bedff40a168d4bce494f8c51d
* msm8996-common: Add ANT+ backlineage-17.1Davide Garberi2020-04-05
| | | | | | | * Also switch to OnePlus5 blobs since ZUK's don't work correctly and daisy ones lack ANT+ support Change-Id: I69c7c7883aad8eb1d32347d3871a0cc0ed36c6c3
* msm8996-common: Update blobs according to new charter changesDavide Garberi2020-04-05
| | | | | | * Needed after https://review.lineageos.org/268776 Change-Id: Ia9c95779ed58fdb4172ff9ea02b1a2cb3c4ea59d
* msm8996-common: update-sha1sums: Handle line with optsdianlujitao2020-04-03
| | | | Change-Id: Ia41000b36f3535a3cf0ef8d7650d0d540de728de
* msm8996-common: update-sha1sums: Better handle line breaksdianlujitao2020-04-03
| | | | Change-Id: I15cfda82a5bc6f05c0d7b9db209064ba498dac11
* msm8996-common: Format update-sha1sums.py with yapfdianlujitao2020-04-02
| | | | Change-Id: I396ad6d79ea6e47ba8b9a56da317123c7579aa67
* msm8996-common: overlay-lineage: Update button_settings.xmlDavide Garberi2020-04-01
| | | | | | * Sync up to https://review.lineageos.org/270769 Change-Id: Icb127d8c1a9cb71bdcf5507891805594cc9d5347
* Revert "msm8996-common: Add updatable_apex.mk"Davide Garberi2020-04-01
| | | | | | | | | | | | | * All ZUK msm8996 devices use FDE, which gives issues with updatable apex such as not booting correctly after the initial encryption from system settings * Regardless on lineage we aren't going to use any Google prebuilt to have apex working This reverts commit 106ac21a9281f33472a8481d77d5256756ac83ef. Change-Id: Iae1728e4a798dcdda7c1e75a5c335c558515f0e3
* msm8996-common: Move two ADSP blobs to a new sectionDavide Garberi2020-01-26
| | | | | | | * These two blobs are from the older kanged msm8996 ones since 89xx doesn't have them at all Change-Id: I19de511ad48b15f378f634c23d12c0a1148a3027
* msm8996-common: Correct vulkan blobs pinned shasDavide Garberi2020-01-26
| | | | Change-Id: I1062d3afe3ea1b043665bf03e03f521c7defc37f
* msm8996-common: Move com.qualcomm.qti.wifidisplayhal to vendorDavide Garberi2020-01-26
| | | | Change-Id: I4d2cac3680aff356e870b7a4c347949f710609e7
* msm8996-common: Switch libfui to makefile compiledDavide Garberi2020-01-26
| | | | | | | * This allows us to have it actually working and no prebuilt blob is needed Change-Id: Id8331bc109dcce1b2776c70bce453c6ac3ec02bb
* msm8996-common: Disable UBWC for WFDdianlujitao2020-01-26
| | | | | | | * vendor.gralloc.disable_wb_ubwc is removed from Q blobs and replaced by this one. Change-Id: I7c1457ccff4a142ad3a5b83ac11ffe333303667a
* msm8996-common: rootdir: Import recovery ramdisk from CAFDavide Garberi2020-01-25
| | | | | | | * From LA.UM.8.2.r1-05100-sdm660.0 * Needed for Lineage recovery Change-Id: Idb90a6ecaae541e74a9878c1ca93459cc2fdd949
* msm8996-common: Remove healthd sepolicyDavide Garberi2020-01-25
| | | | | | * The context is now charger Change-Id: I1cb92590b1285ea08e30d89cfe421bbb0acc47f2
* msm8996-common: rootdir: add CAP_SYS_BOOT for chargerSubbaraman Narayanamurthy2020-01-25
| | | | | | | Add CAP_SYS_BOOT capability for charger service so that it can shutdown/reboot the system. Change-Id: I17ccba74d5a3c38bd751c55bcf42fb3689d730a7
* msm8996-common: rootdir: Change user/group permission for for chargerSubbaraman Narayanamurthy2020-01-25
| | | | | | | | Make charger binary run as system instead of root. Since it needs to handle input key events, add input as a supplemental group in addition to system and graphics. Change-Id: Id1dc46f335087147b7d8cf674664c26f0b511de1
* msm8996-common: rootdir: Update charger service path and labelSubbaraman Narayanamurthy2020-01-25
| | | | | | | charger binary is moved to /system/bin. Also the label got changed to charger. Update it accordingly. Change-Id: I78574238f9fc5ec028d10ab866676bfc0cd36370
* msm8996-common: rootdir: Add stune parametersDavide Garberi2020-01-25
| | | | Change-Id: Ibf362bd9146d02c2fe8a6f15508eb633ce96d656
* msm8996-common: sepolicy: Label another led nodeDavide Garberi2020-01-25
| | | | | | android.hardwar: type=1400 audit(0.0:10): avc: denied { open } for path="/sys/devices/soc/400f000.qcom,spmi/spmi-0/spmi0-03/400f000.qcom,spmi:qcom,pmi8994@3:qcom,leds@d000/leds/red/brightness" dev="sysfs" ino=39334 scontext=u:r:hal_light_default:s0 tcontext=u:object_r:sysfs:s0 tclass=file Change-Id: Ifa312d4b1d0b3119815e770a9988c4d258613db5
* msm8996-common: sepolicy: Label widevine 1.1 HALDavide Garberi2020-01-25
| | | | Change-Id: I43176dd76a1491bf9108207552cfb0e80658547a
* msm8996-common: Use timeservice_app_cert-legacy-um certificate for ↵dianlujitao2020-01-25
| | | | | | TimeService app Change-Id: I5b7ee8dc7d7be0e6b7f4a02a4535adb7ad6c677f
* msm8996-common: Build cryptfshw HALdianlujitao2020-01-25
| | | | Change-Id: Id1d580607a7d73ec6738ab3aa8dcdf9e27558a33
* msm8996-common: init.qcom.rc: Set props for qseecom daemonkubersharma0012020-01-25
| | | | Change-Id: Id61f9177bfe30d6bfb0ae21d0cacf20461a8e8d6
* msm8996-common: Start qseecom daemon as early as possible for FBEramandeep trehan2020-01-25
| | | | | | | Qseecom needs to start at earlier stage for FBE to work properly. Change-Id: Ie2408f652df291ad6a1b0dee1e4d559ff35c7c45 Signed-off-by: Ramandeep Trehan <rtrehan@codeaurora.org>
* Revert "msm8996: cryptfs: wait for qseecomd"kubersharma0012020-01-25
| | | | | | This reverts commit 807a47e9d1934449c272ab933df6772e7987ae5e. Change-Id: I97b73679928aabb227be536165ab412b91a67dd7
* msm8996-common: Convert remaining configstore settings to propsLuK13372020-01-25
| | | | Change-Id: Iadefa31bc863b7ab70239874bed82bef240cbba5
* msm8996-common: Add system properties for surfaceflingerSundong Ahn2020-01-25
| | | | | | | | | | The configstore will be not used in surfaceflinger. So surfaceflinger will use the system properties instead of configstore. For this, the system properties are added. Bug: 112386364 Test: m -j && boot test Change-Id: Ie3d2adccca06702217984cf2c9db986d852b7014
* msm8996-common: qcom-camera: Completed FR49059 and FR49058Abhishek Jain2020-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | FR49059: Accessing AOSP/Google projects Headers Description: Vendor modules cannot refer AOSP header paths with absolute or Global Paths instead add corresponding header library FR49058 : VNDK compliance Description : VNDK is set of AOSP libraries which are exposed to vendor (partition) for development. Example : error: vendor lib "/vendor/lib/libeffects.so" depends on non-eligible lib "/system/lib/libeffectsconfig.so". Here , QCOM vendor-partition Library using lib outside VNDK from system. CRs-Fixed: 2217547 Change-Id: I51a88145fccba592080d6287ae7ff14d12c65296
* msm8996-common: camera: Changes to fix QCameraDisplay compilation issuesSanthosh Kumar Thimmanna Bhattar2020-01-25
| | | | | | Changes to fix QCameraDisplay compilation issue. Change-Id: Iaa28e2b0acff0556d6052945e446066aa27be5b1
* msm8996-common: Add vendor prefix to below services.Anuj Singhal2020-01-25
| | | | | | | - per_mgr - per_proxy Change-Id: If0068b1ffbb11e4139f011e8e58480554cd7a6c8
* msm8996-common: init.rc: Changes to stop rtp daemon during shutdownSauvik Saha2020-01-25
| | | | | | * Changes to stop rtp daemon during shutdown Change-Id: I08d56dba615136a2c02c3aa11a55bd3e7d84f6a0
* msm8996-common: Update qseecom daemon service nameMonika Singh2020-01-25
| | | | | | Update qseecom daemon service name as per new requirement. Change-Id: I878495cb5d13dc8cf69f996ff87ada3b1c26b76b
* msm8996-common: Drop default instance from cam provider HIDLkubersharma0012020-01-25
| | | | | | | | | | | | * Camera, media doesn't work after AOSP december tag because of the following commit https://android.googlesource.com/platform/frameworks/av/+/26c7997dea97345a81bcabd21fa07050c8ff0a57 622 622 W ServiceManagement: Waited one second for android.hardware.camera.provider@2.4::ICameraProvider/default 622 622 I ServiceManagement: getService: Trying again for android.hardware.camera.provider@2.4::ICameraProvider/default... test: boot, test camera and play a youtube video. Change-Id: I83c2a2bcd53e0bc029cd243e264daee87a509707
* msm8996-common: Add debug IMS props to workaround CarrierConfig restrictionsLuK13372020-01-25
| | | | | | | We support IMS features on carriers not listed in the CarrierConfig, so let's use the props to enable it everywhere. Change-Id: I54b48b4196908b9c11e8aa781a05600a8f380a35
* msm8996-common: Update few props from CAFkubersharma0012020-01-25
| | | | Change-Id: I9ae6d8a035675f7a457794196c7b4e2c2ddc7614
* msm8996-common: Enable AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMATMichael Bestas2020-01-25
| | | | | | * Enables tinycompress extensions for QCOM audio HAL features. Change-Id: If7a691a554015de40f237058d98171a0cd0d7cc3
* msm8996-common: overlay-lineage: Increase amount of visible notification iconsLuk13372020-01-25
| | | | Change-Id: I56955cb189e5c00a51bf7175177f5a2b25799cf0
* msm8996-common: Update CarrierConfig from LA.UM.8.6.r1-02600-89xx.0kubersharma0012020-01-25
| | | | Change-Id: Icfea72a1b26ed1355bbea90854d6a1bbe50471d3
* msm8996-common: FR 53051: Self Contained ModulePavan Kumar M2020-01-25
| | | | | | Desc: Remove cnd, dpmQmiMgr daemon Change-Id: I741a951bf71f72db009ddde94991aa876705b99a