aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mata: Don't build gappsHEADp9.0celtare212019-08-271-3/+0
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* Revert "mata: Add Lawnchair as default launcher"celtare212019-08-2712-141/+0
| | | | | | This reverts commit dcd95928764a33f22fd648deb5f0d2dd5a8b2407. Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Cleanup propsceltare212019-08-252-26/+17
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Add excluded-input-devices from CAFceltare212019-08-252-0/+34
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Set NUM_FRAMEBUFFER_SURFACE_BUFFERSceltare212019-08-251-0/+1
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Update overlaysceltare212019-08-251-1/+4
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Add VoLTE propsAndrobots20012019-08-251-0/+7
| | | | | | Change-Id: I895ca3c7a577f929941a06cc9aa9906945893970 Signed-off-by: Sourajit Karmakar (Androbots2001) <sourajit.karmakar@gmail.com> Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Build secure_elementceltare212019-08-241-0/+1
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Don't build MusicFXSpencer Dowden2019-08-241-0/+1
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: audio: Use handset-stereo-dmic-ef for cam recordingceltare212019-08-241-0/+4
| | | | | | | Used by footej app, this is much higher quality then unprocessed-stereo-mic which we are currently using. Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Update permissionsceltare212019-08-242-0/+7
| | | | | | * Generated from: https://source.android.com/devices/tech/config/perms-whitelist#generating-whitelists Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Remove client_heap_size_kbyte propWang Han2019-08-241-1/+0
| | | | | | | * This is wrong. The original commit message is for a 1-GB RAM device. We have at least 16MB heap size by default. Signed-off-by: Wang Han <416810799@qq.com> Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: overlay: Enable config_enableAutoPowerModesceltare212019-08-241-0/+9
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Add ssr_setup from stockceltare212019-08-243-0/+21
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: BoardConfig: Remove duplicate flagceltare212019-08-241-1/+0
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: rootdir: Set prefer_idle to 0 for FGceltare212019-08-221-1/+1
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Turn off Bluetooth on boot467815891a2019-08-226-1/+32
| | | | | | Big hack but will do for now hopefully. Signed-off-by: celtare21 <celtare21@gmail.com>
* Revert "mata: Implement on boot TFA98xx calibration"celtare212019-08-224-55/+0
| | | | | | This reverts commit d72caba186cbe640e9bd62aa0b41c3b3874a161b. Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Update audio_policy_volumes.xml from PQ1A.190105.045Thomas Shum2019-08-221-3/+3
| | | | | | | | | | With PQ1A.190105.045, Essential tweaked the volume curve for music streams playing on the phone speaker. Before, the perceived loudness would increase far too quickly as the user increased the volume to 50%. Now, the perceived loudness increases in a more smooth and expected way. Change-Id: Ie67b8ea3ba28b5b2fbe77760f67fc0d46b1f9b7e Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Pin the modified fingerprint rc fileceltare212019-08-221-1/+1
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Pin msm_irqbalance from Wahooceltare212019-08-221-1/+1
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Aicp-fy extract-files.shceltare212019-08-221-2/+2
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Remove prebuilt vibrator from proprietary-filesceltare212019-08-221-4/+0
| | | | | | * We don't use it. Signed-off-by: celtare21 <celtare21@gmail.com>
* [HACK] mata: Add prebuilt fsck.f2fsceltare212019-08-221-0/+3
| | | | | | Make it so it's not rom dependent. Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Build libmm-omxcoreceltare212019-08-221-0/+1
| | | | | | | After running MissingBlobs jar we get: "libmm-omxcore.so required by: libOmxVpp.so" Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: audio: Fix speaker phone problemsceltare212019-08-221-0/+4
| | | | | | | | | | Speaker phone doesn't work for a very little selection of users, neither does any video call app. This is because we use voice-speaker-qmic as the in_snd_device while stock uses voice-speaker-tmic. Fix this so everyone can enjoy speaker phone. A big thank you to ThE_MarD for the guidance. Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Update propsceltare212019-08-221-18/+14
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: rootdir: Turn down debugging on wpa_supplicantDan Pasanen2019-08-221-1/+1
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Add glink lpass irq to ignored listSoumya Managoli2019-08-101-2/+2
| | | | | | | | | | For power and performance reasons, the glink lpass(xprt-adsp) irq is being pinned to cores 1 and 2. Add the glink lpass(xprt-adsp) irq to the ignore configuration so the balancer does not change the irq affinity. CRs-Fixed: 2398916 Change-Id: Ie06f415bd0ed5d97c25e87f53743b64eec3a46b6 Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Update fingerprint and security level from PQ1A.190105.112Kevin F. Haggerty2019-08-062-3/+8
| | | | | | | | * Note: This includes a horri-bad setting of platform security level in order to pass a CTS profile match. Change-Id: I957c27f2300d48b66769dec1727c6636feb460ac Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Don't specify bitness for bluetooth halceltare212019-08-061-1/+1
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Don't compile Snapceltare212019-08-061-2/+1
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Remove (slightly broken) USB Gadget HAL for nowThomas Shum2019-08-0216-822/+377
| | | | | | | | | | | | | | | | This is currently causing issues for Android Auto, where the phone can see the connected car but Android Auto doesn't start. This commit consists of the following reverts: Revert "mata: Allow USB HAL to access dual_role_usb nodes" Revert "Add audio_source combinations to usb hal" Revert "Set VID/PID for diag functions" Revert "Initialize booleans" Revert "Usb Gadget hal implementation for mata" Change-Id: I1981680d2325abc8ea9ad7b04dafbda286e69bb1 Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: sepolicy: vendor: Add VT_CAM_INTERFCE to vendor_radio_prop groupNolen Johnson2019-08-022-0/+2
| | | | | | | | * Also allow vendor_init to set them. * Resolves: init: Unable to set property 'persist.radio.VT_CAM_INTERFACE' to '2' in property file '/vendor/build.prop': SELinux permission check failed Change-Id: Ib5c667be91dadeaadae53a819faa281df561afcb Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Add missing ownership/permission changes for /sys/class/graphics/fb3Thomas Shum2019-08-021-2/+13
| | | | | | | | | | | During the folding of init.mata.hdmi.sh into init.mata.rc, a few ownership/permission changes were accidentally excluded, resulting in DP Alt Mode breaking. Add these changes back in to fix DP Alt Mode. Change-Id: I48e265ab7b2f1ecd61a1d5c88e085e36dad34df1 Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: overlay: Lower cpu.idle valueceltare212019-08-021-1/+1
| | | | | | | Compared to every msm8998 device, our value is around 10x higher. Lower it. Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Update propsceltare212019-08-021-1/+0
| | | | | | SERVICE_RESCHEDULE is for devices with 2GB or less memory. Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Update some props from CAFceltare212019-08-021-5/+5
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: overlay: Set screen off delay to 0Anirudh Gupta2019-08-021-0/+3
| | | | | | | Fixes flicker issue when entering AOD Signed-off-by: Anirudh Gupta <anirudhgupta109@gmail.com> Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Increase the TCP buffer size to 6MBAvinash Nalluri2019-08-011-10/+10
| | | | | | | | -Change TCP buffer params on overlays for LTE_CA. Change-Id: I3934fb331332b995983bff1a723f139ff0bfada4 CRs-Fixed: 2129251 Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Add option to compile kernel with KASANceltare212019-08-011-2/+11
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Update power profile to match P frameworkceltare212019-08-011-7/+7
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Pin updated sensors.hal.tof.soThomas Shum2019-08-011-2/+2
| | | | | | | | Patched to read ABS_BRAKE for EffectiveSpadRtnCount instead of ABS_PRESSURE Change-Id: I546f046485f7d21cd154835436a723be13da0379 Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Order Overlay betterceltare212019-07-181-4/+4
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Add missing 360 cam libsceltare212019-07-181-0/+7
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Remove extra \ from Boot Controlceltare212019-07-181-1/+1
| | | | | | Wao Lineage Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: recovery: Remove vendor prefix from update_nekoceltare212019-07-181-1/+1
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: Update props from CAFceltare212019-07-181-24/+20
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: fstab: Add discard to F2FSceltare212019-07-091-1/+1
| | | | Signed-off-by: celtare21 <celtare21@gmail.com>
* mata: dependencies: Switch GCC-9 sourceceltare212019-07-091-4/+4
| | | | | | This one has all the libs built in already. Signed-off-by: celtare21 <celtare21@gmail.com>