aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* msm8996: Remove vibrator service from the common treeHEADlineage-21Raghuram Subramani2025-01-21
| | | | It's already present in the device specific tree.
* msm8996-common: Explicitly disable protected management framesHan Sol Jin2024-12-21
| | | | | | | | | | | | | This fixes support with WPA2/3 mixed access points; the primary issue was that while this device doesn't support PMF, said access points try to query for PMF in order to check for WPA3 support, which causes our WLAN driver to die a painful death. Disable it from the overlay, as AOSP enables it by default. It's a wonder why it was enabled in the first place. Change-Id: I89dbce7ae4c91cea9f1828e8b627a828e2b08011
* msm8996-common: Replace hidlbase.so with libhidlbase-v32.soRaghuram Subramani2024-12-21
|
* msm8996-common: Add libutils_shim to vendor/bin/pm-serviceRaghuram Subramani2024-12-21
|
* msm8996-common: Build libutils_shim.vendorlos/lineage-21Raghuram Subramani2024-12-21
|
* msm8996-common: Build android.hardware.bluetooth@1.0 for systemRaghuram Subramani2024-12-21
|
* msm8996-common: Build missing libraries for 14 QPR3Michael Bestas2024-12-21
| | | | Change-Id: I6a84526ca1e9f4e5140c8068646433cab3fe85b2
* msm8996-common: Move to new RFS install_symlink targetsBruno Martins2024-12-21
| | | | Change-Id: I9560fd0da00958d9349a0881b5a5f64a2c02e495
* msm8996-common: Update HALs in the manifest & re-addRaghuram Subramani2024-12-21
| | | | framework_compatibility_matrix.xml
* msm8996-common: Switch to QTI Vibrator AIDLme_cafebabe2024-12-19
| | | | | | | | It provides haptic effects with qti haptics driver, Meanwhile still supports simple vibration with qpnp haptics driver. Co-authored-by: Roman Rihter <teledurak@gmail.com> Change-Id: I83d0c5f562c855afba563e7b959d3e0cd697ef26
* msm8996-common: Drop IIop from common manifestBruno Martins2024-12-19
| | | | Change-Id: I51174c86f419b08d825e0e2bcdd9cf23fe3210d9
* msm8996-common: doze: Migrate to CompoundButton.OnCheckedChangeListenerChaohui Wang2024-12-19
| | | | | | | | | | | Switch and SwitchCompat are both CompoundButton. Using CompoundButton in Java will helps migration in the future. Bug: 306658427 | AOSP Test: manual - check Settings pages Test: m RunSettingsLibRoboTests Change-Id: I85a70d4c504d8584030ea4a058f30d74206ab835
* msm8996-common: doze: Enable use_resource_processor for all sysui depsPeter Kalauskas2024-12-19
| | | | | | | | This will make the build faster Test: m checkbuild Bug: 295208392 Change-Id: I0c1bd901429bbe3bf81c1530e156735f8637a96e
* msm8996-common: doze: Get rid of HelpDialogFragment classArian2024-12-19
| | | | | | | | | As preparation to upgrade the sdk get rid of this private class. Fragments must be a public static class to be properly recreated from instance state. Also change the behaviour to only hide the dialog when confirmed instead of also when it is cancelled. Change-Id: I171aa2345058edae7520c37942c3c11b3cdfdfdc
* msm8996-common: Enforce vintf kernel requirementsMichael Bestas2024-12-19
| | | | | | | The build system enables this for shipping API level >=29 but we also want it to pass the vintf runtime checks. Change-Id: Ie2147893a1551b736880913334a3c134a17ca91c
* msm8996-common: Migrate to AIDL ClearKey DRM HALBruno Martins2024-12-19
| | | | Change-Id: Iad5cc1176978137c647069197b33f49fb4d98ab2
* msm8996-common: Update makefile to use the AIDL Wifi Vendor HAL.Gabriel Biren2024-12-19
| | | | | | Bug: 274964641 Test: Pre-submit tests Change-Id: I4d9114377fe75b593bbfe6a59f03d8f5d607d6a1
* msm8996-common: Build libhidlbase-v32{,.vendor}LuK13372024-12-19
| | | | Change-Id: I1b31199ec389ea6ba0d8faea4c539839c1cb8170
* msm8996-common: Inherit from legacy QTI FCMMichael Bestas2024-12-19
| | | | Change-Id: I0bde1c273d4abe689f61e7d4ebcf80965d785489
* msm8996-common: Include lineage FCMMichael Bestas2024-12-19
| | | | Change-Id: Ib4408e941d920a3a38132ba1c8360994f5534c0b
* msm8996-common: Inherit from QTI FCMBruno Martins2024-12-19
| | | | Change-Id: I0bdd4d63b60a1e29cdd69e71f7268932a105c16b
* msm8996-common: camera: Fix snprintf string truncation errorYumi Yukimura2024-12-19
| | | | | | | * Now we truncate the string by ourselves, instead of letting snprintf to do so, which causes compilation error on U QPR3... Change-Id: Ic09cd438ef5a94f4d99d18e932b4aafd990fc753
* msm8996-common: Set manifest target-level to 5Tim Zimmermann2024-12-19
| | | | Change-Id: Ic72d17ebdb388dee9e63e27a36190c93c095fb0c
* msm8996-common: Disable the usage of ConfigStore.Alexander Koskovich2024-12-19
| | | | | | | | * As per commit https://github.com/LineageOS/android_hardware_interfaces/commit/11a113a67e87a8da9a9bf0a73883f2325de90934 ("Add disable_configstore"). [SebaUbuntu] Remove manifest entry as well Change-Id: I5482989a8a96227a3e2a5317eacf613c641bfa8e
* msm8996-common: Use the common device compatibility matrix from QCOMBruno Martins2024-12-19
| | | | Change-Id: I0c0f3ecddbe6d7b232cc0d13c78ca58094e4e720
* msm8996-common: configpanel: Convert to SwitchPreferenceCompatMichael Bestas2024-12-19
| | | | Change-Id: I754fd36a1388e5f87d99ad50a9ddda38872c6733
* msm8996-common: doze: Convert to SwitchPreferenceCompatMichael Bestas2024-12-19
| | | | Change-Id: Ic1cbaba37d499da1855af9c3930f2df426e2d3af
* msm8996-common: Switch to USB 1.3-basic HALYumi Yukimura2024-12-19
| | | | Change-Id: I6f477db2220b3563b44bb9545b7889166b8a6b06
* msm8996-common: Remove deprecated trust HALBruno Martins2024-12-19
| | | | Change-Id: Ic5ac79b4ca60b87a97622877b97f806c07cab907
* msm8996-common: configpanel: Fix build for U QPR2Bruno Martins2024-12-19
| | | | Change-Id: I4b8ea0d24d070d0f1894c003054fd76a5b91b603
* msm8996-common: camera: string() -> c_str()LuK13372024-12-19
| | | | Change-Id: I2cc8aabeef6e6079e87551cf220cedb3a568731c
* msm8996-common: gps: Don't include cutils/threads.hTomasz Wasilczyk2024-12-19
| | | | | | Bug: 289414897 Test: buildserver Change-Id: I14b99f42feaae7af00cbd17cfe482eb2e5da71e8
* msm8996-common: doze: Add an exported flag in manifestMicheal2024-12-19
| | | | | | | Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present Change-Id: I12d27c23624eb5259da582b86ac1bd7572754f0c
* msm8996-common: Ship full recovery imageJarl-Penguin2024-12-19
| | | | | | | * Ensure users are always on the latest recovery image Signed-off-by: Jarl-Penguin <jarlpenguin@outlook.com> Change-Id: I033ac4442622b737639d678993daf602a89f9bac
* msm8996-common: Add feature flag for FEATURE_IPSEC_TUNNELSBenedict Wong2024-12-19
| | | | | | | | | | | This commit adds the IPSEC_TUNNELS feature flag, with XFRM Interfaces used as the implementation of choice. Bug: 117183273 Bug: 137629222 Test: Compiles, passes tunnel-mode CTS tests Test: adb shell pm list features Change-Id: I19c598947525783850b29d149db85db89f8b347e
* msm8996-common: pocketmode: Convert makefile to blueprintBruno Martins2024-12-19
| | | | Change-Id: I5e39c63c7f99413b11a7b6efa265aa9af55a7950
* msm8996-common: configpanel: Re-styleBruno Martins2024-12-19
| | | | | | This brings user interface inline with Settings. Change-Id: I73f8a68a8bf99897af8a93030367af046fb5a5b7
* msm8996-common: Set ro.hardware.egl to adrenoLuK13372024-12-19
| | | | | | | For whatever reason, after the U QPR1 merge, surfaceflinger is no longer able to find an OpenGL implementation without this hint. Change-Id: I59610ce628acb41807bb75b01a8c6cac7d08f740
* msm8996-common: doze: Target current sdkArian2024-12-18
| | | | Change-Id: Ia623282960775569325714ab3bff5ad027776352
* msm8996-common: Raise VINTF target level to 4Sebastiano Barezzi2024-12-18
| | | | Change-Id: I4c4783dc112102f127f3b1d796e206dcac672faf
* msm8996-common: Remove legacy verity supportDavide Garberi2024-12-18
| | | | | | | | | | | * This has been removed in Android 14, so there's no way to continue using this. * This commit reverts commits: 663d1fb15b06572e677f9aa7bb59136d903f6e76: msm8996-common: Move oem unlock prop set to libinit 1ec6d6b8ee8d6a3ab7a785f7b9023f0e1c1746f3: msm8996-common: Conditionally remove the OEM unlocking option f03c601509bec9331de6829531d61e927e42f736: msm8996-common: Enable OEM unlock and bootable image signing Change-Id: I5209d900487c70c7150efe76d0e7ae7cf51d1423
* msm8996-common: gps: Fix compilation errorslineage-20Davide Garberi2023-11-18
| | | | Change-Id: If2b120073acb63b0b2ef385f9ba6508ef2e39179
* msm8996-common: Make recovery fstab inclusion device specificDavide Garberi2023-11-13
| | | | Change-Id: I03d95a14b32eae71d668c6fec22fbaf0452a8038
* msm8996-common: rootdir: Decommonize fstabDavide Garberi2023-11-13
| | | | Change-Id: I6238b5627a2f4bb819397641f21110db0d7fe6a3
* msm8996-common: Do not build libxml2Demon Singur2023-11-11
| | | | | | * They are compiled as dependencies of ipacm. Change-Id: I72076113083308e26573289923f5d3c00a8a6b44
* msm8996-common: Implement xtra-daemon control via propertyMichael Bestas2023-08-19
| | | | | | | | Default to false if the property is not set. Device init scripts will need to be adapted to restart loc_launcher service when property change is detected. Change-Id: Icbda789cd2a9a3391f437af2c07fc5127f2f09ab
* msm8996-common: gps: Remove all Wno-error flagsMichael Bestas2023-08-19
| | | | | | | Almost all warnings/errors have been fixed. Ignore undefined bool conversion error on purpose. Change-Id: I00cb5f38711fa9f873da030fc6a0ebc6cde3ceeb
* msm8996-common: ueventd: Remove all permissions from ↵Michael Bestas2023-08-19
| | | | | | /sys/devices/soc0/serial_number Change-Id: I688347cfe59f56e4de2e4bf3c3324ca465f7a897
* msm8996-common: Switch to AOSP WFDkubersharma0012023-08-13
| | | | Change-Id: Ifeef160d74ef92363780554caf696920e8e6aaa0
* msm8996-common: Update libwvhidl sha1sumDavide Garberi2023-08-13
| | | | | | | * For some reason this was wrong, which got the file to be deleted while extracting blobs Change-Id: I5506f7367e95d2dc93deb9763c91ea3d69dc8600