Commit Graph

14 Commits

Author SHA1 Message Date
540e9c9abd miatoll: change target kernel path
don't specify kernel clang version

also nuke additional clang warning flags
2021-05-12 17:10:16 +00:00
f002d0c84f miatoll: decommonize vendor blobs 2021-05-12 17:10:16 +00:00
98aaa1c40c miatoll: Enforcing bring up for R
Co-authored-by: Aryan Gupta <guptaaryan189@gmail.com>
Co-authored-by: Erfan Abdi  <erfangplus@gmail.com>
Co-authored-by: Volodymyr Zhdanov <wight554@gmail.com>
Co-authored-by: Cosmin Tanislav <demonsingur@gmail.com>
2021-05-12 17:09:28 +00:00
3ab99f01c5 miatoll: Enable full vndk support
Change-Id: I1e50e8d66d79200410c19cca7ecd6248c89bd9d3
2021-04-23 07:15:21 +00:00
3b950542ab miatoll: Silence clang warnings during kernel compile
clang-11: warning: argument unused during compilation:
'-fuse-ld=lld' [-Wunused-command-line-argument]
2021-04-23 07:15:21 +00:00
5b94c8f707 miatoll: Remove dexpreopt flags that are default 2021-04-23 07:15:21 +00:00
51c2de8f3d miatoll: Add kpti=off to boot command line
This will OFF kernel page table isolation.

Notes from Kuba Wojciechowski <nullbytepl@gmail.com> in 86bb20a832:
As per qualcomm - "SM8150/SM8250/SM8350/SM7250/SM7150/SM6150 - KPTI Not required".
It can also help increase performance by a lot in some scenarios.

Change-Id: Idd36c359d4955701e9ee3ee27a58177a8d622c86
Signed-off-by: Rahul Shahare <rshaha@codeaurora.org>
2021-04-23 07:15:21 +00:00
35cd7fa0ea miatoll: Disable COMPRESS_VOIP in boardconfig
To make VOIP work properly the following has to be set:

AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false in BoardConfig.mk
vendor.audio.feature.compr_voip.enable=true in vendor.prop

I have no idea why this is but setting either one of them differently results in the mic not working as it should.

Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
2021-04-23 07:15:21 +00:00
0cc06d0db3 miatoll: build soundtrigger from source
Signed-off-by: SonalSingh18 <sonal.singh.19993@gmail.com>
2021-04-23 07:15:21 +00:00
b0daca0e93 miatoll: Import Keyhandler from Davinci
https://github.com/ArianK16a/android_device_xiaomi_davinci

This tells Inputdispatcher to ignore inputs from our Fingerprint scanner, as that seems to be causing ANRs
2021-04-23 07:15:21 +00:00
d11b5d4caf miatoll: Enable real time lockscreen charging current values 2021-04-23 07:15:21 +00:00
f35aa93de1 miatoll: Don't conditionally reserve space for GMS build
This reverts commit f253f20e39.
2021-04-23 07:15:21 +00:00
6823cb90ce miatoll: Set TARGET_KERNEL_CLANG_VERSION 2021-04-23 07:15:21 +00:00
dd386feca7 miatoll: Decommonized Tree check-in
there is no no need for common tree if all device is this much identical
clean overlays
2021-04-23 07:15:10 +00:00