aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* msm8996-common: Explicitly disable AVBNolen Johnson2023-08-03
| | | | | | | | | | * This allows infra to sign successfully, I hate it, but it builds, boots, and works fine enough as a workaround. * The underlying issue is that this flag causes avbtool args and location to be set in `misc_info.txt` whereas before it was not. Change-Id: I7bdf237ec30d692c7d8b5c626a6e761e2c1a2593
* msm8996-common: Don't explicitly build fs_config_filesArian2023-08-03
| | | | | | | The fs_config_files for each partition is already added to PRODUCT_PACKAGES by base_{product,system,system_ext,vendor}.mk. Change-Id: Ifbadacd5cb20beca70ed8b3accb3baf86a989c92
* msm8996-common: configpanel: Fix compilation for QPR1 mergeBruno Martins2023-08-03
| | | | Change-Id: I151054e1ab2ababf06ebf2607ad2bd71c37fe30e
* msm8996-common: doze: Fix compilation for QPR1 mergeBruno Martins2023-08-03
| | | | Change-Id: Ifa602ed1ae0734dbda40663770f2e54075bfa208
* msm8996-common: switch to threaded Skia render engine backendTimi Rautamäki2023-08-03
| | | | | | | ´threaded´ option has issues with night light, etc. Co-authored-by: Michal Pražák <michal.prazak1@gmail.com> Change-Id: I142b95a38bf664f54c12d5c17ab11214375f705b
* msm8996-common: Remove bdroid_buildcfg.hMichael Bestas2023-08-03
| | | | | | | As of I3c7aed1bdb45db728d319f7d757400e44d232283 the Bluetooth stack defaults to reasonable defaults that should work for all devices. Change-Id: I056d63c4c8a2727e384172e964dc0000b6773504
* msm8996-common: Drop config_setColorTransformAcceleratedGeorg Veichtlbauer2023-08-03
| | | | | | It's now enabled by default Change-Id: I57f059c872fc2ad2fd15e788b1391eeebaff9bde
* msm8996-common: ueventd: Set permissions for KGSL sysfs nodeMohammed Mirza Mandayappurath Manzoor2023-08-03
| | | | | | | Some KGSL sysfs nodes need to be access controlled. Set proper permissions for the same. Change-Id: Idc7e2447d02742074873901c6539f2c6d9d25862
* msm8996-common: wifi: Configure correct overlay configuration.Les Lee2023-08-03
| | | | | | | | | ag/16564596 will change default value to false. Configure correct overlay configuration. Bug: 212488775 Test: manual test & build Change-Id: Iaf1a0a23dae69fde5995e591a757a8ef5374d5b5
* msm8996-common: Enable zygote critical windowWoody Lin2023-08-03
| | | | | Bug: 141948707 Change-Id: I5dc57312118b0f6d95fc9fe164363ec7e15f1b51
* msm8996-common: Unpin updatable-media from memorySantiago Seifert2023-08-03
| | | | | | Bug: 214499288 Change-Id: I4823afa45553b9484ad5215d081b0e6635c4b183 Test: Presubmit
* msm8996-common: Drop default DRM serviceBruno Martins2023-08-03
| | | | | | | This is not needed, since Widevine DRM and Clearkey DRM services are available. Change-Id: I97023f1bab88ddb8fa4cb205df190c516a759951
* msm8996-common: Replace BTM_DEF_LOCAL_NAME with a syspropSal Savage2023-08-03
| | | | Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53
* msm8996-common: Drop component overridesBruno Martins2023-08-03
| | | | | | This is no longer needed as of Android 13. Change-Id: I38435c47c8781678f82014decbbae40dcab0a07b
* msm8996-common: Move BT profiles props to vendorAlexander Koskovich2023-08-03
| | | | | | * Makes it GSI compatible Change-Id: I8f7caf241d508af59c16482e6185c42f23f8a460
* msm8996-common: overlay: Remove BT related configsBruno Martins2023-08-03
| | | | | | These have been migrated to sysprops in Android 13. Change-Id: I34c1f6b882a61df6db95523997002512354d875e
* msm8996-common: Disable LE audio related profiles for b1c1Alice Kuo2023-08-03
| | | | | | Bug: 231671426 Test: build Change-Id: I5585d3571b1f047b0b4587be91941c315f4340bb
* msm8996-common: Set default the Bluetooth class of deviceSal Savage2023-08-03
| | | | | | | | | | | | | | | | | | | | | | | The class of device is a string with a list of uint8t values: 90,2,12 The meaning is as follows: {Service Field, Major class, Minor class} Service Field: 0x5A -> 90 Bit 17: Networking Bit 19: Capturing Bit 20: Object Transfer Bit 22: Telephony MAJOR_CLASS: 0x02 -> 2 (Phone) MINOR_CLASS: 0x0C -> 12 (Smart Phone) Bug: 217452259 Test: make -j; -- check that bluetooth.device.class_of_device is correct Merged-In: I70301be5e19f2cbc39b626621a62bc529974ca56 Change-Id: I70301be5e19f2cbc39b626621a62bc529974ca56
* msm8996-common: Use the ?= operator so BT properties can be overriddenSal Savage2023-08-03
| | | | | | | | | | | | System properties set with the "=" operator cannot be overriden. This device is used elsewhere in the system and some of the properties need to be overridden. The "?=" operator will use the assigned value if no other values are assigned elsewhere, allowing for overrides. Bug: 230638462 Test: adb shell getprop | grep bluetooth Merged-In: I29701f59e357d5896db5623493010be02dc2b4d5 Change-Id: I29701f59e357d5896db5623493010be02dc2b4d5
* msm8996-common: Update LE Audio profile properties to match spec and ↵Sal Savage2023-08-03
| | | | | | | | | implementation Bug: 217448211 Test: atest BluetoothInstrumentationTests Merged-In: Id7cf86161037e805d1e1d50e314f6e40c6207897 Change-Id: Id7cf86161037e805d1e1d50e314f6e40c6207897
* msm8996-common: Enable bluetooth profiles with product.propSal Savage2023-08-03
| | | | | | | Bug: 217448211 Test: make -j Merged-In: Ie73064582e562c579c7985c857ccd2ee6ebd095b Change-Id: Ie73064582e562c579c7985c857ccd2ee6ebd095b
* msm8996-common: Removed audio A2dp from device.mkEtienne Ruffieux2023-08-03
| | | | | | | Bug: 220306859 Test: atest Tag: #feature Change-Id: I1af8461f8ad82afbb21b43dd6968e824ea89f5d6
* msm8996-common: rootdir: Include the correct init.zuk.rc pathNanhumly2023-05-23
| | | | Change-Id: I9e64a05cba236420cec91025fca96f3b6916c40f
* msm8996-common: overlay-lineage: Indicate that device has front facing fpsBruno Martins2023-05-23
| | | | | | The config has changed, migrate to the new one. Change-Id: I59d2656df3abe4ea518c2097ac1bfe85b6bfcfef
* msm8996-common: Move fingerprint location overlay to overlay-lineageLuK13372023-05-23
| | | | Change-Id: I464ab099877cd215ad04bd7408134f85c6ee9b88
* msm8996-common: Disable the Significant Motion Detectorlineage-19.1dianlujitao2023-05-22
| | | | | | Holds an unexpected sensor_SMD wake lock on R from time to time Change-Id: Ib1eab796c186904db8ae342c9078de7c26cdf1dc
* msm8996-common: overlay: button_settings: Disable unsupported optionsDavide Garberi2022-09-02
| | | | | | | | | * In z2 the menu, assist and apps switch keys are mapped to various functions of the Utouch button, that have no way of supporting the long press function * Let's disable them since removing the preference completely makes the menu crash Change-Id: If5a4ec0608a7d57623de99cce5953bbb4803b304
* msm8996-common: overlay: button_settings: Restore removed options from ↵Davide Garberi2022-09-02
| | | | | | | | | LineageParts * Since the last commits in Button Settings, removing these options makes the menu crash * Sync also with stuff that was updated in button_settings.xml in Android 12 Change-Id: I537291cadde7845d4d9835b9374ecc7caa0f4c5c
* msm8996-common: thermal-engine: Increase temps thresholdsDavide Garberi2022-08-16
| | | | | | | * Especially wait for really critical temperatures before shutting down the device completely Change-Id: Ib9d7837bd7613f208e6c4b73ea819e8981ee170f
* msm8996-common: thermal: Add missing dependenciesDavide Garberi2022-08-16
| | | | Change-Id: Icee969e363af093e17e0e1d78b86c3658852345d
* msm8996-common: thermal: Adjust thermal zonesDavide Garberi2022-08-16
| | | | Change-Id: If560adfd69a6c3a1cc9f837b31d16b0bff3e3b15
* msm8996-common: thermal: Nuke vr partDavide Garberi2022-08-16
| | | | | | * We don't need this Change-Id: Id7f57dcb3c1e7b225d8c51c0718c018bb41dc8c1
* msm8996-common: thermal-config: throttling before shutdownWei Wang2022-08-16
| | | | | | | | | | | Add more aggressive throttling before shutdown Change thermal shutdown to 60C Fix wrong temperature in SKIN-MID-FLOOR Bug: 33276816 Bug: 35933344 Test: on marlin Change-Id: Id20f2299beb7772bbe376342642814b01369731c
* msm8996-common: configs: Import thermal-engine.conf from marlinDavide Garberi2022-08-16
| | | | | | | * Remove the battery monitor part too since the bms sensor isn't reliable anymore with everyone using a third party battery Change-Id: I46f788b079a5f9548989c495e0b5a1e1825f5df5
* msm8996-common: thermalHAL: correct incorrect temperatures in thermal HALWei Wang2022-08-16
| | | | | | Bug: 33277414 Test: marlin boots and logging thermal temperatures Change-Id: I114b397cfd140e92a90d41538890faa9a086207e
* msm8996-common: Kang thermal HAL from marlindianlujitao2022-08-16
| | | | Change-Id: I9b450b2cf6af2b89c167df48244764523e7da67b
* msm8996-common: Update CarrierConfig from LA.UM.10.2.1.r1-04000-sdm660.0Davide Garberi2022-08-16
| | | | Change-Id: Iaf31b2c75ce9c584beec6fe2eeee05d95acb5966
* msm8996-common: Exclude CarrierConfig overlays from RROQuallenauge2022-08-16
| | | | | | | | | | | | | | They doesn't work right, because xml attributes where stripped down, and leading zeros are removed. E.g. instead of <carrier_config mcc="262" mnc="06"> the values are modified and get <carrier_config mcc="262" mnc="6"> This prevents matching of defined carrier definitions. Change-Id: I11efe716f9d2ea44bef80c15004d7a8cb71b58b9
* msm8996-common: configpanel: Update for 12 and cleanupDavide Garberi2022-08-16
| | | | Change-Id: Ib7b28f04d83ee29aee73cf3bdf62f99cf99824fd
* msm8996-common: configpanel: Build with most recent SDKDavide Garberi2022-08-16
| | | | Change-Id: I33b3f0d1b2b302f62e1491d31ad32b33609fe4a8
* msm8996-common: pocketmode: Bump SDK versionGeorg Veichtlbauer2022-08-16
| | | | | | | | * Remove SDK values, will default to latest * Add exported flag, as we are post-SDK31 Change-Id: I5280b17eca0cd72bdb41532b926a7093a77b1416 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: rootdir: Delete unused properties causing denialsDavide Garberi2022-08-16
| | | | Change-Id: I37d438e93c53104d44482e4e0d2800ef55ca2e0f
* msm8996-common: sepolicy: Allow vendor_init to read vendor_tee_listener_propDavide Garberi2022-08-16
| | | | Change-Id: I984cd5541ef8c01af52329a79898383c1071ac94
* Revert "msm8996-common: sepolicy: Move /data/fpc context to private"Davide Garberi2022-08-16
| | | | | | | | * In twelve the context doesn't get set properly with this in private This reverts commit 43be610d8f65ce9edad4213fc88dbf4f61deb23d. Change-Id: I0f1d599cf44c3bac98126a674c0847bc170c515c
* msm8996-common: doze: Fix up the main switch preferenceDhina172022-08-16
| | | | | | | - fixup of this commit f9f9c448c90ad039fcc94cd38ffed47d43faf516 Change-Id: I05f2ad63f1e614e4f8ba51f8fe5f9291fb656d74 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: doze: Adapt to S styleTheScarastic2022-08-16
| | | | | | | | | | * Use Theme.SubSettingsBase for theme * Replace PreferenceActivity with CollapsingToolbarBaseActivity * Add Titles to prefernce screen * Remove onOptionsItemSelected and where neccessary move to activity Change-Id: Ic879ce61d83a33da12829008a4336c8a23230d63 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: doze: Squash revert of AODDavide Garberi2022-08-16
| | | | | | | | | | | | | | | | | | | * Zuk Z2 Plus doesn't have a AMOLED display anyway * List of reverted commits: Revert "msm8996-common: doze: Fix AoD default pref" This reverts commit d0c7a757799835dd57ed880d1abc3e41357ade14. Revert "msm8996-common: doze: Make AOD preference not persistent" This reverts commit 4a4a5488b7dd4509800d3ddbcae906ac5bc7b981. Revert "msm8996-common: doze: Add AOD support to Ambient Display" This reverts commit ebd1b296486cd39491727d771a59b0516fe2d13f. Change-Id: Ia17783c5970bb631d6e8c6a49479f58b02b5ebae
* msm8996-common: Ship cgroups.json and task_profiles.jsonChenyang Zhong2022-08-07
| | | | | | | | | | | | | | | | | | | Google's prebuilt cgroups.json and task_profiles.json for products launched with previous API levels only covers ro.product.first_api_level >= 28. [1] These devices were launched with M (API level 23), so schedtune and task groups are completely broken. Since the system also checks /vendor/etc for vendor profiles, make a copy of cgroups_28.json and task_profiles_28.json and ship them to /vendor/etc. Profiles for previous API levels are all the same anyway. Test: boot and check /dev/stune/ [1] system/core/libprocessgroup/profiles/ Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com> Change-Id: I65fe622a804a720a97b43d8092cc8a37703f4b64
* msm8996-common: Allow ELF prebuilts in PRODUCT_COPY_FILES.Roger Ellis2022-08-07
| | | | | | | | * ELF prebuilts were banned in PRODUCT_COPY_FILES starting May 11th. See b/156534160 for long-term fix which should override this change. Change-Id: Icd25b40ca4e4285319775046a1b70de30572be07
* msm8996-common: RIP com.dsi.ant.antradio_libraryLuK13372022-08-07
| | | | | | No longer shipped by default with lineage-19.0. Change-Id: Iae740ef18505b7f2bb01fe54d45810e72fd521e9