aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* msm8996-common: Build thermal.msm8996Davide Garberi2019-11-05
| | | | | | * Prevents thermal 1.0 interface from crashing without having to switch to 2.0-mock Change-Id: I874b4a420c456d968e6e125ed3b4ec2d59d9a753
* msm8996-common: Create system copy of ims-ext-common and add to classpathdianlujitao2019-11-05
| | | | | | | | | * Our ims.apk doesn't load ims-ext-common.jar, and it's moved to /product on 10 where PRODUCT_BOOT_JARS doesn't work. * Create a system copy of the jar and add it to boot classpath to make it loadable from the apk without extra work, Change-Id: Ia530a530bd4469e12500410fc5e8ba393de60b18
* msm8996-common: sepolicy: Label another power_supply nodeDavide Garberi2019-11-05
| | | | | avc: denied { getattr } for comm="android.hardwar" path="/sys/devices/soc/75b5000.i2c/i2c-7/7-001d/power_supply/parallel/type" dev="sysfs" ino=38270 scontext=u:r:hal_health_default:s0 tcontext=u:object_r:sysfs:s0 tclass=file Change-Id: I46efbce995478ba0e1b171a677c26dc7d1c5ee4e
* msm8996-common: sepolicy: Remove tee_device addressesDavide Garberi2019-11-05
| | | | | | * These are neverallows on Q Change-Id: I1f7203f830a67d34eab85e7b9707585614a678b9
* msm8996-common: sepolicy: Don't allow bluetooth access to vendor filesDavide Garberi2019-11-05
| | | | | | * With full treble system components can't access to /vendor files, except for a few whitelisted. Change-Id: I3b05467e885c19f7b2fe531cfb9f6c128a6b503e
* msm8996-common: sepolicy: Remove vendor policy for input files.Tri Vo2019-11-05
| | | | | | Bug: 112880217 Test: device boots without denials to input files Change-Id: I48686c6828bdf99efaabff39c4afb22b0dd8b38b
* msm8996-common: sepolicy: Use get_prop macro when neededDavide Garberi2019-11-05
| | | | Change-Id: Ia625bceef88124f53bf0f937b782c1f88c658a8e
* msm8996-common: sepolicy: add firmware labelsVolodymyr Zhdanov2019-11-05
| | | | | | * Q sepolicy doesn't have labels for these root folders anymore Change-Id: Ibc1f13968eb4de0868de149f1347ca07da1c581c
* msm8996-common: Switch to device/qcom/sepolicy-legacy-um policyMichael Bestas2019-11-05
| | | | Change-Id: I09ee12755ab0a1f54a9dca4b92313ef1127db3d6