aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* msm8996-common: Change uid/gid of time_daemonMohit Aggarwal2020-01-25
| | | | | | | | | | | | | | | | | | | | | | Squashed of the following 2 commits: time-services: Remove time_daemon rc definition Now time_daemon service will start from local rc file so patch removes rc definition from init.qcom.rc file. Change-Id: Ia18ffa726c9c7ad6be5193219438b2266c15ae13 time-services: Start time_daemon service from common rc Currently, time_daemon service is running after statsd service which is causing some xTS failure. The patch moves time_daemon service definition to common rc file so that daemon can start early. Change-Id: I7ff7a7a3b7ac5077a95157c1785bfb844b92d7dd Change-Id: I4b46501099fb0e82109b3cabf8440fa0490d507b
* msm8996-common: Update peripheral manager blobs from LA.UM.8.6.r1-01900-89xx.0Davide Garberi2020-01-25
| | | | Change-Id: Id39d5e03810c3ef595dbe00b003aae07b1038ad9
* msm8996-common: Add init rc for self-contained data modulesdianlujitao2020-01-25
| | | | Change-Id: I1a740909596a3f0040e9887032bdf5bd320f81d0
* msm8996-common: Add missing data adpldianlujitao2020-01-25
| | | | Change-Id: I569abb286a074089e4b0656f7a8a0130c5b1a8c5
* msm8996-common: Update libqmi_cci.so from LA.UM.8.6.r1-01900-89xx.0dianlujitao2020-01-25
| | | | | | | * New CNE and GPS blobs depend on the newly added qmi_cci_os_signal_wait function. Change-Id: I21140206bfbfc1ffdebad4cd858245e73ff1c744
* msm8996-common: Update CNE and DPM from LA.UM.8.6.r1-01900-89xx.0dianlujitao2020-01-25
| | | | | | * Move libxml under CNE to have it updated Change-Id: Iab80efc8d31c181bfdb0487aceaec8bb2777252f
* msm8996-common: Move vendor.qti.ims.rcsconfig@1.0 under the proper sectionDavide Garberi2020-01-25
| | | | Change-Id: Ic281341fcd9b1f89f7ae397b4fee3066029def6f
* msm8996-common: Update ADSP blobs from LA.UM.8.6.r1-01900-89xx.0Davide Garberi2020-01-25
| | | | Change-Id: I2641acf66dbb0a17aef11cba4776d4d0cd0d05e2
* msm8996-common: Update perf and thermal blobs from LA.UM.8.6.r1-01900-89xx.0Davide Garberi2020-01-25
| | | | Change-Id: Ie36afb4a2c0438c93db84381d3ee41eb3f62137e
* msm8996-common: proprietary-files: Move perf configs to another sectionDavide Garberi2020-01-25
| | | | | | * Needed to update the perf stack to Q Change-Id: Ia25af821871c87303a7709c250def3f237962f20
* msm8996-common: Update media blobs from LA.UM.8.6.r1-01900-89xx.0dianlujitao2020-01-25
| | | | | | * Also build missing libOmxG711Enc.so Change-Id: Ic1e83939958a68f65be40ebd69a32c47ff2420fd
* msm8996-common: Update qcrilmsgtunnel & ims package from mata QDavide Garberi2020-01-25
| | | | | | | * mata-user 10 QP1A.190711.122 420 release-keys * fixes VoLTE Change-Id: I3e9cdb3e5ed0c294b76d82651814329516df2765
* msm8996-common: Update poweroff alarm and time services from ↵Davide Garberi2020-01-25
| | | | | | LA.UM.8.6.r1-01900-89xx.0 Change-Id: I2fc9a0d0dd4ff1aa03da737813247d7f39f2a828
* msm8996-common: Update vulkan blobs from LA.UM.8.6.r1-01900-89xx.0Davide Garberi2020-01-25
| | | | | | * Older 8x96 blobs break vulkan with updated graphics Change-Id: I0556b1adf6a62720602f6a4c4994423adb789b1c
* msm8996-common: Update graphic blobs to LA.UM.8.6.r1-01900-89xx.0Davide Garberi2020-01-25
| | | | Change-Id: I076096c8fa2520b29f65ffe94d253f7251961b66
* msm8996-common: Update WFD blobs from LA.UM.8.6.r1-01900-89xx.0dianlujitao2020-01-25
| | | | Change-Id: Ie1e7fe511c8b876e99fec864d527a9a7291bbdcc
* msm8996-common: Add framework detect modules to PRODUCT_PACKAGESshoudil2020-01-25
| | | | | | | | | | Add JNI and libqti_vndfwk_detect module name to product_packages to specify module to be installed to device. Here explicitly specify both the core and vendor variant in PRODUCT_PACKAGES. CRs-Fixed: 2372775 Change-Id: Ic64f5ac0cfbbe9e105a6b48b5bc7687c8d23d7e8
* msm8996-common: Kang media profiles from marlinDavide Garberi2020-01-25
| | | | | | | * Source: https://android.googlesource.com/device/google/marlin/+/refs/tags/android-10.0.0_r3 * Helpful to make our video recording work fine on Android 10 (and fix lags for Snap in the previous versions) Change-Id: I8a6714c3cea8e801bb33164f8db66053657b4ee8
* msm8996-common: overlays: Remove notifyClientOnFingerprintCancelSuccessDavide Garberi2020-01-25
| | | | | | * This will be dropped in lineage-17.0 Change-Id: I6c76f520ed0ad78bbd73136545997a91ea31c44f
* msm8996-common: Don't advertise vorbis offloading supportLuK13372019-11-16
| | | | | | * Doesn't work at all. Change-Id: I8cd6341b240c3820dbbdef497e23e785b6ed99dc
* msm8996-common: Correct define libinit variablejhenrique092019-11-16
| | | | | | | | Fixes: 15:55:35 error: system/core/init/Android.bp:95:1: "libinit" depends on undefined module "//device/zuk/msm8996-common/init/libinit_msm8996" Change-Id: Ia1a58bea3df625fd76c060370dc7f9fa2a597765
* msm8996-common: Kang walleye offsets for GPU compositionlineage-17.0Lucas Dupin2019-11-05
| | | | | | | | | | | | | | | Window animations now have rounded corners, meaning that the shader that we use is more expensive than it used to be. Because of this, we need to adjust the SF offsets, to make sure that we'll have enough time to finish the GPU composition without dropping frames. These offsets as similar to blueline's, adjusted slightly because we were getting false "frame missed" signals if composition starts too early. Change-Id: I8173e12b006bc1cab6b4cb0b3a5db9f9b3489819
* msm8996-common: extract-files: Don't use source to start setup-makefilesDavide Garberi2019-11-05
| | | | | | | | | * This caused: ./../../zuk/msm8996-common/../../../vendor/lineage/build/tools/extract_utils.sh: line 1944: VENDOR_SKIP_FILES: readonly variable * Fixes makefiles not being regenerated when extracting blobs Change-Id: I0f1d0739f0240769830c3d8e582d77c48ebe81d9