- Sep 25, 2022
-
-
Felix authored
BOARD_SEPOLICY_DIRS is deprecated. Change-Id: I046282b2a2e8c541726fb29cb0044503322d4be9
-
Roger Ellis authored
* ELF prebuilts were banned in PRODUCT_COPY_FILES starting May 11th. See b/156534160 for long-term fix which should override this change. Change-Id: Icd25b40ca4e4285319775046a1b70de30572be07
-
Jeongik Cha authored
Bug: 150578172 Test: m Change-Id: I4a9bf218b92252403e9ebbe8f89b10ee1899283f Signed-off-by:
Sebastiano Barezzi <barezzisebastiano@gmail.com>
-
Arian authored
Change-Id: If707d5e4efb2513e8e447da2df692be99ef2d305
-
- Aug 28, 2022
-
-
LuK1337 authored
Change-Id: I197c6353dc50baf4ee76ed6ebf083dc00879bd96
-
xiaowang authored
High power consumption issues were reported for some HS/CK/Speaker in close range(1 meter) on hastings platform as they may not have perfect RSSI golden range logic for power control and always request SOC to increase TX power to max power level. Newer hastings SOC support LPA power control to avoid unnecessary higher power consumption. The change enable this soc feature according to value of property. And disable it for special remote devices which have been added in BL when new ACL link is created. If feature is enabled, controllable power level for remote is L0-L9, BT controller increase it to L10 or L11 according to RSSI and NAK rate. Otherwise controllable power level for remote is from 0 to max power level signified in NVM, most likely L11 for hastings. CRs-Fixed: 2597191 Change-Id: I354bb34a84aa7a55537e3a595daac54c46d90603 Signed-off-by:
Omkar Chandorkar <gotenksIN@aosip.dev> Signed-off-by:
Adithya R <gh0strider.2k18.reborn@gmail.com>
-
Giovanni Ricca authored
* No hals requires it anyway Change-Id: I623ac748b2db2a7298b435bda476309858af3340
-
Alexander Koskovich authored
Change-Id: I0ec61c3b9abfa86368e6c23481d7edf5d8f6a036
-
hpnightowl authored
* Building from here: https://github.com/LineageOS/android_build/blob/lineage-18.1/target/product/full_base.mk#L35 Change-Id: Ib71c1abd381468ec3621d60e5ca959f738f51168
-
Sebastiano Barezzi authored
Change-Id: I9a15982efa28456b8340665ee628a4074bb0501e
-
Laxminath Kasam authored
As per systems team requirement, increase WSA MCS volume to 84. Change-Id: If74246d0c5941b9d07fad5908f728be3af302bd6
-
Anver sadhique authored
For earpiece to be properly enumerated as a output device, set valid and supported out_ channel mask. Change-Id: Ic83b009956ff43567b3acbb186d0069b16e91e83
-
Lakshman Chaluvaraju authored
Adding stereo config channel support to usb surround sound proflle to address CTS-V failure issue seen due to mismatch in channel mask support for record usecase Change-Id: Ib50511d2fa6df24b3aa4764553cd48726129b2c2
-
LuK1337 authored
* Doesn't work at all. Change-Id: I8cd6341b240c3820dbbdef497e23e785b6ed99dc
-
Arian authored
Change-Id: Iee704477e21854f424565c4dfb76d50eeb66e819
-
Arian authored
Change-Id: I990f5c195adf04a407489c677640ecf0e1f0f48a
-
stic-server-open authored
* It is started in the on init phase in /system/etc/init/hw/init.rc Change-Id: Ie10e1d4c520329a76627a965ca139f9ad0f71875
-
Christopher N. Hesse authored
A compiled build has no chance of booting without the prebuilt binaries, so fail the build if those are not present. Change-Id: Iadd43e887d426732e549969ab8deb14194ca818d
-
Nicolas Geoffray authored
Change-Id: I18a76766590db27a4c32534dc948f55f78da166c Signed-off-by:
Akhil Narang <akhilnarang.1999@gmail.com>
-
althafvly authored
Change-Id: Ib3f6f1526e2e0b7db23bb34c5b15aec1b0d338c2
-
Sebastiano Barezzi authored
* Nuke Megvii proprietary files and build stub ones from hardware/xiaomi Change-Id: I53f8f0897b25517741a06c5962c02fe8fda61072
-
Arian authored
Change-Id: Iac27382024431dd2faf163174064c80de79ed797
-
Arian authored
Change-Id: I6f8ca59f4ad0ed7324010f657475d020fa76cb2f
-
Alexander Koskovich authored
* It's largely for testing purposes and it consumes a large amount of memory. If your hardware doesn't have graphics then it can be useful, which isn't the case for shipped devices. Change-Id: I2348718ad3afba846498572161fa7e83dd8b7ce9
-
Arian authored
* Drop foreground and top-app cpus * Set 0-3 as background cpus * Drop xiaomi iolimit and custom types for shima Change-Id: I3733e196a8ed090c15d6867b0722425435f31474
-
Arian authored
Change-Id: I813e6893475caf8196f7c81f6ae237bd1d4b73d1
-
Arian authored
Change-Id: I685a215927b445bb2fac9229a1f41de5f88741ef
-
Giovanni Ricca authored
Change-Id: I6831d37d02012e3ce2d58a9c45818e594a658883
-
Giovanni Ricca authored
While at it, update lahaina one from odin V12.5.12.0.RKMCNXM Apply the following commits to all scripts: commit a7efe9f3 Author: Cosmin Tanislav <demonsingur@gmail.com> Date: Tue Sep 28 09:15:41 2021 +0300 sm8350-common: rootdir: remove cpu 7 from foreground tasks commit 52fde070 Author: Cosmin Tanislav <demonsingur@gmail.com> Date: Fri Sep 24 02:44:34 2021 +0300 sm8350-common: rootdir: do not touch sleep disabled commit 30ddf5a8 Author: Cosmin Tanislav <demonsingur@gmail.com> Date: Sat Sep 18 02:57:51 2021 +0300 sm8350-common: rootdir: cleanup Change-Id: Ibd4e8717b52c35faa4d43ade170dbde58c04ed37
-
Randall Huang authored
If we set 2048KB ra value in the beginning of the boot process, services initialized at this time would keep 2048KB ra value even though we adjust the ra value to 128KB after boot completion. This may cause memory pressure. Bug: 174700194 Signed-off-by:
Randall Huang <huangrandall@google.com> Change-Id: I97ee0ee9511eaada011f2634afd68d68cdca4570
-
Giovanni Ricca authored
Change-Id: Id363bf8e7082e66ce3b1a215d66c42257cd5117b
-
Giovanni Ricca authored
Change-Id: If3d5e081d5e7e082578b111aeb83cf1662444126
-
Arian authored
The fs_config_files for each partition is already added to PRODUCT_PACKAGES by base_{product,system,system_ext,vendor}.mk. Change-Id: Ifbadacd5cb20beca70ed8b3accb3baf86a989c92
-
- Apr 12, 2022
-
-
Arian authored
This depends on commit [1] which intends to pick a different audio policy config on value-added system images and use to the regular audio policy on gsi builds. However we do not provide the regular config which leads to no usable audio policy config on GSI builds. Our config does not rely on system value-added features, hence just copy it to the regular path directly so that the same one will be loaded on value-added and gsi builds. [1]: https://github.com/LineageOS/android_system_media/commit/ce8ec8bff50d5c2ee48d6c63a235886f8715e495 Change-Id: I2ab532a4e8a120ed0c5495926dcce0a4b56d1f64
-
Arian authored
This is used by audio techpack Change-Id: I508442db6b8172510eb72ae9733c7903350df940
-
Arian authored
Change-Id: I58770bd108837088cf61dcf2833c46cdf6071b78
-