aboutsummaryrefslogtreecommitdiff
path: root/overlay (unfollow)
Commit message (Collapse)Author
2023-08-12msm8996-common: AOSP WFD doesn't support protected Wi-Fi Display buffersNolen Johnson
Change-Id: I971373b5c57b8591b1bf676849cc511f8a425023 (cherry picked from commit d52231052828d4390d630681d651874ffb50388b)
2023-08-03msm8996-common: Don't pin camera app in memoryDanny Lin
The default camera app can be *huge* in some cases, e.g. when the app in question is Google Camera. The system will only pin up to the first 80 MiB of the APK file, as well as the first 80 MiB of its odex. There are several problems with this: - We could easily end up with 160 MiB of camera app files pinned, which is a tall order with the 4 GiB of usable RAM that we have - The data that gets pinned may not even be the most critical data for launching the camera Let's disable pinning of the camera app to save RAM. Change-Id: I745e39b6ff212dfaf9213517d2a2be8ff7384e24 Signed-off-by: Nanhumly <admin@warbler.cc>
2023-08-03msm8996-common: Drop config_setColorTransformAcceleratedGeorg Veichtlbauer
It's now enabled by default Change-Id: I57f059c872fc2ad2fd15e788b1391eeebaff9bde
2023-08-03msm8996-common: Unpin updatable-media from memorySantiago Seifert
Bug: 214499288 Change-Id: I4823afa45553b9484ad5215d081b0e6635c4b183 Test: Presubmit
2023-08-03msm8996-common: overlay: Remove BT related configsBruno Martins
These have been migrated to sysprops in Android 13. Change-Id: I34c1f6b882a61df6db95523997002512354d875e
2023-05-23msm8996-common: Move fingerprint location overlay to overlay-lineageLuK1337
Change-Id: I464ab099877cd215ad04bd7408134f85c6ee9b88
2022-08-16msm8996-common: Update CarrierConfig from LA.UM.10.2.1.r1-04000-sdm660.0Davide Garberi
Change-Id: Iaf31b2c75ce9c584beec6fe2eeee05d95acb5966
2022-08-07msm8996-common: Drop support for Snapdragon CameraAlexander Koskovich
* Won't be implemented this cycle (or ever again hopefully). Change-Id: Ie2a346319dfe814deaf9833cb31640505cc6b7dc
2022-08-07msm8996-common: Remove odex/oat files from pinner listNicolas Geoffray
The pinner now asks the runtime for these files. Test: adb shell dumpsys pinner Bug: 144773394 Change-Id: I8de2a2935901cbd3eaa50ce2d8aa09f61080ba02 Merged-In: Ie633ea788dab3389a3407ec9a461b5837befca46
2022-08-07msm8996-common: Update SurfaceFlinger pin on all targetsKevin Jeon
This change replaces the '/system/lib64/libsurfaceflinger.so' pin, as the file was removed in ag/12524602. The updated pin relies on go/aog/1552085, as system_service needs read access to SurfaceFlinger. Bug: 176197656 Test: adb shell dumpsys pinner (coral) - shows that /system/bin/surfaceflinger is successfully pinned adb logcat | grep PinnerService (coral) - no longer shows a file-not-found error in PinnerService Change-Id: Iae2a96c5fe4b1f5698d21de9970140321d11c460
2021-10-19msm8996-common: Add fingerprint configuration to overlayKevin Chyn
The framework was changed in Android R to require explicit authenticator registration. This change allows apps to continue to use the fingerprint sensor. Bug: 147445115 Test: Builds Change-Id: Id3385edc784b2053c8b54ec3153728f4e6e22a45
2021-10-19msm8996-common: overlay: Sync CarrierConfig with LA.UM.8.6.r1-05300-89xx.0Bruno Martins
Change-Id: I258bd73542da9b1a67246c75c1edb705989d0ea7
2021-10-19msm8996-common: Disable window rounded corner animationsLucas Dupin
For graphics performance reasons Bug: 122347746 Test: visual; swipe up on overview Change-Id: Iadc765aa72e2777f5307659a6138e9dcef1a9659
2021-10-19msm8996-common: Add TetheringOverlayWeilun Du
BUG: 163800715 Signed-off-by: Weilun Du <wdu@google.com> Change-Id: Ia0834f5215ff8c3b13effa591bd2f84d93419a06
2021-10-19msm8996-common: overlay: Remove wifi related internal overlaysRoshan Pius
These are replaced by formal mainline module overlays. Bug: 143464763 Test: Send for Wifi regression tests Change-Id: I45881ed210132252b9c5c7d6be03ed845e33f971
2021-10-19msm8996-common: overlay: Add translatable="false" tags to ims package overlaysBrad Ebinger
Bug: 147569830 Test: atest TeleServiceTests:PhoneGlobalsTest Change-Id: I57d80bbf17fafdc87ba04c6e7f7ab9573482e395
2021-10-19msm8996-common: overlay: Remove old configuration and use new config for ↵Brad Ebinger
MMTEL/RCS Remove the old config_ims_package device config and configure the new MMTEL and RCS configurations in Telephony instead. Also, configure the RcsService to be the default RCS service. Bug: 111305845 Test: make checkbuild Change-Id: I0d709b8248f1c40f0a5b50ec799396706eeadd65
2021-10-19msm8996-common: overlay: Update pinner list for new SystemUI locationSubhajeet Muhuri
Change-Id: I93c1a4b73ca1f03ca0fcf9cbe4ce1b057a739ca6
2021-10-19msm8996-common: overlay: Update paths to the new ART APEX.Martin Stjernholm
Test: Presubmits Bug: 135753770 Change-Id: I98378100456dce927ccc253301a398d70d1b7368
2021-10-19msm8996-common: overlay: Update in pinned files.Nicolas Geoffray
Remove or update paths that don't exist. Bug: 119800099 Test: boots Change-Id: Ib2cea88499cf08274d620d9d85ffcafc31fee868
2021-10-19msm8996-common: Pin standard SystemUI instead of Google'sBruno Martins
Change-Id: If96bb13d6cc2c2156d8df111a1037247c96c6e0f
2021-10-19msm8996-common: overlay: Pin SystemUI and surfaceflingerDavide Garberi
Change-Id: If3bfc662fa5c2801f09239342fe166b278b5185f
2021-10-19msm8996-common: Add a new list of pinned file for the JIT in zygote experiment.Nicolas Geoffray
Bug: 119800099 Test: adb shell dumpsys pinner Change-Id: I44596d11f7444551a9898373a068556d49a1a4e6
2021-10-19msm8996-common: Use component-override to configure BluetoothRyan Mitchell
Runtime Resource Overlays (RROs) can no longer change the value of resources in manifest when read during PackagerParser. This change uses component-override to enable the service by default. Remove usages of profile_supported_* from overlays as they no longer configure the enable state of Bluetooth components. Bug: 135048762 Test: adb shell pm query-services \ com.android.bluetooth/.avrcpcontroller.AvrcpControllerService adb shell pm query-services \ com.android.bluetooth/.hfpclient.HeadsetClientService adb shell pm query-services \ com.android.bluetooth/.sap.SapService Change-Id: I284d254a921b14d1533745611a083f4b5a27d9dc
2020-01-25msm8996-common: Update CarrierConfig from LA.UM.8.6.r1-02600-89xx.0kubersharma001
Change-Id: Icfea72a1b26ed1355bbea90854d6a1bbe50471d3
2019-11-05msm8996-common: Remove config_tether_upstream_typesSam Mortimer
* Made redundant by enabling config_tether_upstream_automatic in vendor/lineage Change-Id: Idd22b0616ae1c8732139085c03f19e6c21c75feb
2019-11-05msm8996-common: overlay: Adjust pinned files following runtime module work.Nicolas Geoffray
Test: adb shell dumpsys pinner Bug: 119868597 Change-Id: I83c709accb32d0f2c341179dbc5dcd6d7ec75d8a
2019-03-15msm8996-common: overlay: pin home applicationJorim Jaggi
Test: adb shell dumpsys pinner after boot Bug: 111132016 Bug: 78585335 Change-Id: I4ed0587ae5348bbe03ad9ac5f1c5b1726dbb8246
2019-02-19msm8996-common: Import backlight overlays from Marlindavidevinavil
Change-Id: Ib1d1da843265a3cf646864bb25bc6f22e91a8f5e
2019-01-19msm8996-common: Configure number of physical SIM slotsHan Wang
* Needed by telephony-common Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-09-27msm8996-common: Snap: Enable api2Davide Garberi
Change-Id: I7fe38ac84b7225adac7164f407da5eae206d5382 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-09-27msm8996-common: Renamed config_dozeAfterScreenOffLucas Dupin
New name is config_dozeAfterScreenOffByDefault Bug: 73178121 Change-Id: Icf2123d45b2b4727092103632d1bd6f024161c8a Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-09-13msm8996-common: Enable audio source unprocessed featuredavidevinavil
Change-Id: Ifab7102b3de2bd85c81efd7fa8df07c2f067dfa9 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-08-31msm8996-common: Remove unused overlaydavidevinavil
Change-Id: I5713779d228d4c18e7d73d06e4558d55cf45a845 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-08-28msm8996-common: Fix shared vdex nameMathieu Chartier
The files in arm/arm64 are symlinks and pinning symlinks is not supported. Pin the target vdex file intead. Bug: 73990433 Test: manual Change-Id: I313e1f53487c0a21b615f65dc64c21a1ecb4b7d5
2018-08-04msm8996-common: Update to stock GPS configs and clean upBruno Martins
* Remove QC location and other unused GPS blobs * Ship with the same premium features enabled in stock builds Change-Id: I2e76e45160f028464eca34bb78da028f7d8dba8c
2018-07-12Revert "msm8996-common: Restore radio scanning timeout"Cosme Domínguez Díaz
This reverts commit 721efe84983373dbed1431cb618abe5fc959685a.
2018-07-08msm8996-common: Remove config_no_sim_display_network_modes overlayLuK1337
* This overlay does not exist since we are no longer based on CAF. Change-Id: Ibbc522f9ab1597d7e039eb7458cf4bb3924b7176
2018-07-08msm8996-common: Remove send_mic_mute_to_AudioManager overlayLuK1337
* send_mic_mute_to_AudioManager hasn't been doing anything since Android 4.4, therefore there's no reason to keep it. Change-Id: I74ed33265fccd59def5c2f9e67a9e8a28ce4dbc9
2018-06-29msm8996-common: Reorder tetherable connection typesPaul Keith
* In O, the default setting for mobile data always active was changed from off to on, meaning that when non-WiFi tethering is being attempted, more than one connection can be active * Since the first active connection type in this overlay is used, reorder the values to get WiFi connections first, and then any type of mobile data connection, instead of vice versa Change-Id: I41f31ba1a2793e209ff439c9ba28a390fecdeecb
2018-05-08Revert "msm8996: advertise hw accelerated setColorTransform"Cosme Domínguez Díaz
It's a duplicate of zuk-devs/android_device_zuk_msm8996-common@33e02b4ce9d0ef656178936401a9bd5ab4867ef6 Thanks to @kenny3fcb This reverts commit f2514a32bf80f5b15f3eaafeae0ede39169bbfe4.
2018-05-02msm8996: advertise hw accelerated setColorTransformdianlujitao
Change-Id: Ibbc99c39adcccbbb096d5d6c933beaf60397d76b
2018-05-02msm8996-common: Restore radio scanning timeoutCosme Domínguez Díaz
* This reverts commit 15ba04fc59087ed297e0506eaa35d8e1d0f2e557 with a higher value.
2018-04-23msm8996-common: Use stock values for config_extraFreeKbytesAbsoluteCosme Domínguez Díaz
and config_lowMemoryKillerMinFreeKbytesAbsolute.
2018-04-23tethering: add wigig0 to config_tether_wifi_regexsDedy Lansky
As part of Wigig support for soft AP, allow tethering of wigig0 interface. CRs-Fixed: 1016736 Change-Id: I7cb753df1387693fca98f2094eca387c1735fb0c
2018-04-23msm8996-common: Remove overlays with default values.Cosme Domínguez Díaz
2018-04-23msm8996-common: Decommonize brightness related overlays.Cosme Domínguez Díaz
2018-04-23msm8996-common: overlay: Remove custom wifi score thresholdsLuca Stefani
Change-Id: I63907c20ae174865b28d524c13e6b5d8726e5bec
2018-04-22msm8996-common: Move Lineage specific overlay to overlay-lineageRashed Abdel-Tawab
Change-Id: Ic38bb1acb4d37f90b62679e4420815f49b30fc7f
2018-04-22msm8996-common: overlays: Remove Lineage defaultsBruno Martins
* All these configs are now being set under vendor/lineage Change-Id: I965cf216d4234030905d3bc7e0a35d4e02f0493a