aboutsummaryrefslogtreecommitdiff
path: root/vendor.prop
Commit message (Collapse)AuthorAgeFilesLines
* veux: props: Optimize package manager dexopt propertiesOmkar Chandorkar2023-01-051-1/+2
| | | | | | | | | | * first-boot is set to quicken to reduce first boot times * we are installing with speed-profile to have balance between time taken to optimise and runtime performance * once device is in idle+charging, bg dexopt will compile for maximum runtime performance [ghostrider-reborn]
* veux: props: Optimise dex flagsbaalajimaestro2023-01-051-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a squash of the following commits: 1. Optimise dex flags for a faster boot * Used multiple threads and speed profile to hasten the first boot Signed-off-by: baalajimaestro <me@baalajimaestro.me> Change-Id: I2cce5ddf7d50308511e81436fcac613b2c6537bf 2. Rework dex flags again When I went through https://source.android.com/devices/tech/dalvik/configure my previous configs felt wrong, this one should be perfect (I hope). Even though there is a slight trade-off for boot time by using the speed profile, we do make up for it by using 8 threads. PRODUCT_DEX_PREOPT_DEFAULT_COMPILER_FILTER attempts to compile all prebuilts fully optimised to speed level, thus the phone doesnt need to deal with it. I also do know that this might be a trade-off on size, but I do see the first boot time is more worthy to trade-off. The speed level mentioned here runs dex verification and compiles all AOT methods. Signed-off-by: baalajimaestro <me@baalajimaestro.me> Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev> Change-Id: Ic0156ff8956a7c5f53820be6db438f6f6399d3c0 3. Switch certain dexopt profiles to verify Prebuilt apps like Gmail/Google App, will be updated by google play, and there is no need spend time and space optimising what is going to be replaced. Switch to Google's recommendation of using verify for an OTA package. Applications still stay on speed. Instead, replace the install profile with speed-profile making apps perform better. Signed-off-by: baalajimaestro <me@baalajimaestro.me> Change-Id: I2cce5ddf7d50308511e81436fcac613b2c6537bf
* veux: props: Drop radio properties that are already defaultAlexander Koskovich2023-01-051-3/+0
|
* veux: props: enable debug.sf.hwMarco2023-01-051-1/+1
| | | | | its value is 1 in coral sources: https://android.googlesource.com/device/google/coral/+/refs/heads/master/product.prop also fixes Android Auto related issues
* veux: props: Disable debug.sf.enable_hwc_vdsAdithya R2023-01-051-0/+1
|
* veux: props: Drop perf pre-rendering featureJuhyung Park2023-01-051-1/+0
| | | | | | * ref: P-404/android_device_qcom_common@87fc9c5 This causes weird inconsistent scrolling behaviors, even on v5.4
* veux: props: Pull appropriate USB props from vendor_product.mkLuK13372023-01-051-0/+7
| | | | Change-Id: I93b25c5d0989c83d1c8d7b7946a083771febdddd
* veux: Tweak color mode and drop saturated inputkleidione Freitas2023-01-051-1/+1
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Set up display color compositionsAlbert I2023-01-051-1/+3
| | | | | | | | | | | * Use default color mode for all color modes * Enable QDCM combined mode and disable factory mode * Drop LiveDisplay's color mode support as it conflicts with AOSP display color adjustment * Rest of configuration is kanged off Pixel's overlay Signed-off-by: Albert I <kras@raphielgang.org> Change-Id: Ib26033fe00a6cc1e8c7d8f93da417516e31a52e3
* veux: Set corrert soc manufacturer propsmadmax78962023-01-051-2/+2
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: overlay: Fix Video Callingkiranpranay2023-01-051-0/+3
| | | | | | | Co-Authored-By: AngeloGioacchino Del Regno <kholk11@gmail.com> Co-Authored-By: IMMANUEL44 <immanuelr44@gmail.com> Signed-off-by: Anar Jabiyev <cebiyevanar@gmail.com> Change-Id: I9b785c9ad6d77780ef9ac4bc8545bf4d2795132d
* veux: Remove junk BT propskubersharma0012023-01-051-9/+0
| | | | | | - Not needed for AOSP BT Change-Id: I4219d2b32fab128ab3c1bd0a33856ec53dca0c98
* veux: Import wcg_composition_dataspace from MIUIkubersharma0012023-01-051-0/+1
| | | | | | - Its set in default.prop Change-Id: I8d94738978b3ef3f146a938a592500437bfc1b00
* veux: enable idle timer with kernel supportMidas Chien2023-01-051-0/+1
| | | | | | | | | | Enable display kernel driver idle timer, which allows dropping to lower refresh rate earlier and without additional overhead. Bug: 160682800 Test: track idle timer through systrace Test: zone test, scrolling Change-Id: I6e82b58026d7b31cf0cabc0db7bb6277f6731d12
* Partially revert "veux: Import app/sf phase offset as duration props"kubersharma0012023-01-051-7/+4
| | | | | | | | | - I need to revist this later, rollback for now. - Keep prop to set frame rate multiple threshold to 120 because https://github.com/search?q=Ie4d5c8c9a45079306ad51e1607ae72eb9493ee0c&type=commits This reverts commit 5fece213ba7bf9c4cfd85f3e1873d1e3291bb551. Change-Id: I95ad1841a2a4206b681a8503c190dc7ddf4b2cf3
* veux: Import missing media props from stockkubersharma0012023-01-051-1/+4
| | | | Change-Id: I6b7d0b928e3d368ce3253f6716f3df6fc628ca02
* veux: Import app/sf phase offset as duration propskubersharma0012023-01-051-4/+8
| | | | | ref: gs101 - android-12.1.0_r8 Change-Id: Iadd9780769f3f7eda9476d93ecc0817b51d6ba87
* veux: Disable radio redir_party_num featureAndrzej Perczak2023-01-051-1/+0
| | | | | | | | | Caused incoming caller number not being parsed correctly by Phone app on VoLTE and VoWiFi. No idea why Xiaomi enabled this ancient prop. Signed-off-by: Jyotiraditya Panda <jyotiraditya@aospa.co> Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Change-Id: Ie3e3459558be2bad2938aee02e1aa25da47ecd31
* veux: Set audio volume step levelskubersharma0012023-01-051-0/+3
| | | | Change-Id: Ie4f78b6a13cb40cb67ce67f0269c2a94cc900326
* veux: props: Set drm.service.enabledkleidione Freitas2023-01-051-0/+3
| | | | | | Signed-off-by: kleidione <kleidione@gmail.com> Change-Id: Ib9248d9e7101998975567e23dd6092dbef6b7410 Signed-off-by: kleidione <kleidione@gmail.com>
* veux: proprietary-files: Re-order and import some blobskleidione Freitas2022-11-091-0/+6
| | | | Change-Id: Ifa174b17f0f11a9c38864dd30e4e00523bc3ac81
* veux: Merge common tree to veuxkleidione Freitas2022-11-091-0/+272
- Ref: https://github.com/xiaomi-sm6375-devs/android_device_xiaomi_sm6375-common Signed-off-by: kleidione <kleidione@gmail.com>