aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* addison: Drop lineage touch from manifestHEADr11.1marcost22022-06-221-9/+0
| | | | | | *Addison doesn't support FP nav anyways Change-Id: I856ad9070820ea992dd8662dfc2f2e69b222021b
* addison: Kill deprecated/unneeded board flags & alphabetizeNolen Johnson2022-06-221-105/+35
| | | | Change-Id: I8d140fecdbbaac979bc8398745ffa95b911e4c89
* addison: Organize product makefiles and remove deprecated flagsNolen Johnson2022-06-223-83/+73
| | | | Change-Id: I93197378f01bcbc0b68fdfe59d5ce5f299e99c79
* addison: Organize propertiesNolen Johnson2022-06-221-17/+17
| | | | Change-Id: I8e59dd2ebae58d0d3a86df27dbab5fbd46054ea7
* addison: Stop using USAPNolen Johnson2022-06-221-4/+0
| | | | | | * Proven to be detrimental unless you're the cream of the crop SOC. Change-Id: I8fa9483399e1b66dc09cb1859999c205c25d005f
* addison: Switch from add_lunch_combo to COMMON_LUNCH_CHOICESDan Willemsen2022-06-221-1/+6
| | | | | | | Bug: 77599627 | AOSP Test: lunch [see entries in list] Change-Id: Id44fcfec47eeb979a745f879031f1bec7359a633
* addison: Remove dead libbt-vendor targetNolen Johnson2022-06-221-1/+0
| | | | | | * Just don't need it. Change-Id: I052eae48ebc366d650a4213c3044a5ef4535e749
* addison: Disable fingerprint sleep until we have proper handlingNolen Johnson2022-06-221-1/+1
| | | | | | | * Only fires off a single keycode, so can't do fp-nav, need to think up something else. Change-Id: I765f2e97418793ec48e855f0f534c5e4cf0d3fc8
* addison: Clean up final prop files discrepenciesNolen Johnson2022-06-221-2/+2
| | | | Change-Id: I26c170d6ca9580ddf9ca8beef775872c577dc9b5
* addison: Drop DTVPlayerNolen Johnson2022-06-221-1/+0
| | | | | | * Broken on 11. Change-Id: I332972ba0fafd25ff73c0cab50fc41a31088722a
* addison: Add a check before adding dependenciesMarc Bourgoin2022-06-222-3/+9
| | | | | | | Without a check, when performing a vendor blob regen it'll add another dependency on top of any existing one Change-Id: I9c7f17082fd850235c794d44cec3cda0c4b883ef
* addison: Move sensorhub firmware to /vendor/firmwareNolen Johnson2022-06-221-1/+1
| | | | Change-Id: Ie527e6537885f9b3de95fc464d2044c12c0eb41d
* addison: Add "system/" prefix to system blobs pathBruno Martins2022-06-221-23/+21
| | | | Change-Id: Id94956fbfd9695f398fd0580548aa17e9d0d126b
* addison: Clean extract scriptsNolen Johnson2022-06-222-27/+32
| | | | Change-Id: I8d386ea143a476b82017e91aea44e38392405232
* addison: Properly generate vendor from setup-makefilesNolen Johnson2022-06-222-0/+1
| | | | Change-Id: I5b915b0ae8da17cfad3a9ccfceb074a4cf659b7e
* addison: Drop obsolete priv-app permissionsBruno Martins2022-06-223-152/+0
| | | | Change-Id: I42e69b8e1d9caf8d580176734072e05fad7f8725
* addison: Update privapp-permissions from deen QPKS30.54-22-11Joshua Blanchard2022-06-221-1/+1
| | | | | | | * Update privapp-permissions-qti.xml (overkill?) for system Change-Id: Ia11a42a4871b5c1b651d58962f726e356fb15a6c Signed-off-by: Joshua Blanchard <joshua.lee.bbg@gmail.com>
* addison: Include telephony permissions fileelectimon2022-06-222-0/+91
| | | | Change-Id: I932cf554cd91c7bc5ef6a1a2f01b2b2c964b7200
* addison: Rename privapp permissions to QTI to reflect what it isNolen Johnson2022-06-222-1/+1
| | | | Change-Id: I5504733e61b44df97eb8f55a9f71121a5a382875
* addison: Clean up makefiles and enforce presence of the necessaryNolen Johnson2022-06-222-19/+8
| | | | | | | | * Deduplicate properties from vendor/lienage. * Enforce presence of the necessary components. * Remove no-ops/conflicting flags. Change-Id: Id61b562020a3e10e21338bcb4f51ea04d49c6b93
* addison: Nuke non-standard UX components from overlaysNolen Johnson2022-06-221-28/+0
| | | | | | * Either global or nah. Change-Id: I39ed91e297078fc79e25fb829bc7e0e8843bb4d7
* addison: vendor_prop: Kill useless privapp propertyNolen Johnson2022-06-221-5/+4
| | | | | | | * Overridden by vendor/lineage anyway. * Clean up stray spaces while here. Change-Id: I4546139d164ea311a969ce2b4c1a09259a180c2a
* !FIXUP addison: Add support for chinese variant's nfcmarcost22022-05-141-0/+0
| | | | | | * Wrong name Change-Id: Icee921f78789e4173f64f342c4d7cfaa6d93a095
* addison: Add support for chinese variant's nfcmarcost22022-05-143-1/+622
| | | | Change-Id: Ia2ae0a816ab3e8678ef1143ec728e8b65c9fed19
* addison: Switch to AICP motoactionsmarcost22022-02-211-2/+2
| | | | | | * LOS one now uses some LOS-SDK stuff Change-Id: I78bde4eacc0ddab46a5bd47c6b2b06e6c9978267
* addison: Update power_profilemarcost22022-01-151-54/+24
| | | | | | * Kang from deen, use our battery capacity Change-Id: Ic8472514a8e77f6ebc84c63773dbf425eac78ac3
* addison: audio: mixer_paths: Make sure Opalum speaker protection is always onAlberto972022-01-081-1/+2
| | | | | | | | | | | | | | | | In certain conditions speaker protection turns off itself (observed when locking the screen or pausing a video) causing low volume issues. This is not a problem with the stock audio HAL because the speaker gets calibrated whenever it has to be used. As effect it enables back speaker protection. Here in the OSS world we don't have a proprer implementation for this specific speaker protection and I'm too lazy to fork and maintain a custom audio HAL (and it would make difficult a port to another custom rom). Enable speaker protection every time "speaker" gets used to make sure it is always on when using the speaker. Of course this isn't calibrating the speaker unlike the HAL does but it seems already good enough for a custom rom. Also invert the default value to apply the correct settings every time. Signed-off-by: Alberto97 <albertop2197@gmail.com> Change-Id: I1a1aad6733661a98b164932c3b84a64aba62e0be
* addison: Set swapiness to 100marcost22022-01-051-1/+1
| | | | | | * 3gb just won't cut it anymore Change-Id: I4cb52ec28db1b5500afd5d6d2122c965e91a58bd
* addison: sepolicy: adress rild moto_boot_prop denialmarcost22022-01-051-0/+1
| | | | Change-Id: I95cd7f11fa56277c408b29c7d450b0d46fb48585
* addison: Readd com.motorola.mod to manifestmarcost22022-01-051-0/+9
| | | | | | *I dropped this like an idiot sometime ago Change-Id: I5eada69f9ae0d49dfed9ff5f1da7fcfabee155c1
* addison: post_boot: Set polling_interval after sample_msShashi Shekar Shankar2022-01-051-1/+1
| | | | | | | Set polling_interval after sample_ms. Change-Id: I13c023fc7a401d76a1954c432b7891b05edc27f4 CRs-Fixed: 2774848
* addison: post_boot: msm8937/msm8953: Fix rate_limit_us setting.Karthik Gopalan2022-01-051-1/+2
| | | | | | Fix 'rate_limit_us' setting. Change-Id: If321d6166a3b5fb5494844cc07686a4dbcf9cbd7
* addison: init: post_boot: Ensure SLAB_STORE_USER is disabled for zram ↵Patrick Daly2022-01-051-0/+10
| | | | | | | | | | | | | kmem_caches ZRAM compression uses the linux slub allocator its internal data structures. If these internal data structure consume a lot of memory, ZRAM compression may increase memory usage, rather than decrease it as expected. Decrease the chance of this occuring by ensuring the SLAB_STORE_USER debug option is disabled. Change-Id: I4684feda94b7bebacb6218b7f979c95771b0ee10 Signed-off-by: Patrick Daly <pdaly@codeaurora.org>
* addison: init: post_boot: Update nodes of read_ahead_kb configsDivyanand Rangu2022-01-051-10/+8
| | | | | | | | | check populated dm-* nodes and Update read_ahead_kb values to them. This is needed because on targets with verity disabled dm-0 to dm-6 are populated, while on enabled targets dm-3 to dm-6 are populated. Change-Id: Ia4e262d7487120695db53b562b5764598fd40a87
* addison: init: Disable ALMK and PPR on all targetsArtem Borisov2022-01-051-2/+2
| | | | | | | | * No matter how hard QC tried to improve these features, they still suffer from stability issues, mainly due to the unpredictable nature of vmpressure they rely on. Change-Id: Icd14c79298a3c268abffa06ed17a79dececf423a
* addison: increase ZRAM to 2GBJenhao Chen2022-01-051-1/+1
| | | | | | Test: TH bug: 119988524 Change-Id: I086be89346e8dae32b06188861a6f0c9fe1d768f
* addison: overlay: Update pinner list for new SystemUI locationSubhajeet Muhuri2022-01-011-3/+3
| | | | Change-Id: I93c1a4b73ca1f03ca0fcf9cbe4ce1b057a739ca6
* addison: Dont dexpreopt prebuiltsJeferson2022-01-011-0/+1
| | | | Change-Id: I443f227bfffc7edec5eb1b06bf7ccdb41da7577c
* addison: Inherit several Android Go configurationsAlbert I2022-01-011-0/+2
| | | | | | Beneficial for everyone, even on non-Go devices. Change-Id: I088fd00500ce10df5f413cb762aaed2ec00f5dfc
* addison: Strip off some debug packagesHarshit Jain2022-01-011-0/+3
| | | | | | | | | * Ref: https://source.android.com/devices/tech/dalvik/configure#compilation_options Q: PRODUCT_MINIMIZE_JAVA_DEBUG_INFO wth does this do? A: https://android.googlesource.com/platform/build/+/master/target/product/go_defaults_common.mk#68 Change-Id: Iad073ec85f5cfe5be5a8d1944dd7cff521077dbe
* addison: Always preopt extracted APKsMathieu Chartier2022-01-011-0/+1
| | | | Change-Id: I2e4742a796b8142f14eaad5eba81eaf800d64914
* addison: Speed profile services and wifi-service to reduce RAM and storageMathieu Chartier2022-01-011-0/+3
| | | | Change-Id: I1d907b24cb2760ddd9cc65ac4335730c8e61a0a3
* addison: Use speed tuning for performance critical applicationsJake Weinstein2022-01-011-0/+4
| | | | | | | | | | | | | | | | | The default ART setting is quicken: run DEX code verification and optimize some DEX instructions to get better interpreter performance. This commit switches performance critical applications to speed: run DEX code verification and AOT-compile all methods. PRODUCT_DEXPREOPT_SPEED_APPS (New in Android O) List of applications that have been identified as core to the products and which are desirable to compile with the speed compiler filter. For example, persistent apps such as SystemUI get a chance to use profile-guided compilation only at the next reboot, so it may be better for the product to have these apps always AOT-compiled. Change-Id: Ib2dc9a55dfb332ba3fb84a13544d564a63f37ad2
* addison: Update qti_whitelist from deenmarcost22022-01-011-2/+43
| | | | | | * This got lost somewhere ig Change-Id: I1c4bd04c7f4f7d86309a4889380a2f4619a6c25d
* addison: Rework wifi symlink logicmarcost22021-12-191-8/+8
| | | | | | *Hopefully this fixes wcnss_qcom_cfg dissapearing Change-Id: Ief26fdd5fe8416561b44cbfbadef197b62bb7a3a
* addison: Add newline at the end of device.mkmarcost22021-12-111-1/+2
| | | | | | * Something something build system isn't happy Change-Id: I3082853c00ede518320a890dc5cad90f389be08f
* addison: set tether_usb_regexsmarcost22021-12-083-2/+8
| | | | | | | | * On 3.18 at least it's rndis0 only, not usb0 * Also we aren't sdm660 Change-Id: I2e1f5b9fb562ab9a90227c2947e5f174cb95ee78
* addison: Add lockscreen shortcuts backmarcost22021-12-081-0/+28
| | | | Change-Id: I9c26b827edd26256cbc7ede9b3eecb002142df9b
* addison: remove vendor dependenciesmarcost22021-12-081-5/+0
| | | | Change-Id: I1fe5c9e1bd164a90f0516e532f5cb7249528c260
* addison: Downgrade widevine to 1.1erfanoabdi2021-11-305-12/+44
| | | | | | | | | * Blobs taken from Oneplus 3T firmware PKQ1.181203.001 * Patchelfed "libprotobuf-cpp-lite.so" with “libprotobuf-cpp-lite-v28.so" *Readd symlinks for full L1 supports (yeah it gets picked up but netflix doesn't like it so w/e) Change-Id: I0be7845c54ba98e4d44e52bc45ef36ebd408ff91