- Apr 01, 2022
-
-
Arian authored
Additonally move xiaomi's additions to xiaomi_framework_compatibility_matrix.xml and make them optional. Change-Id: Ib3abddb4a9e9615fb973b9efd2e511d96998d6ce
-
Arian authored
Change-Id: I89d960aa3055628f3feb9881a8b6b7138262f89e
-
Arian authored
This is a pre-public tag which matches stock. https://source.codeaurora.org/quic/la/platform/vendor/qcom/lahaina/plain/manifest_lahaina.xml?h=LA.UM.9.14.r1-12600-LAHAINA.0&id=2100bf201f102dcf517f7436dc5f6e802ab386ac Change-Id: I4ebe1dc949c0e1188d18e04bae77ed62bdc51fc0
-
Arian authored
Change-Id: Ie1a43451abdcf02038e58959e1818a5275ae37c8
-
Arian authored
Change-Id: Ib1f92e29fd0830b6f13c2f899e6aa358e1997b4c
-
Arian authored
Change-Id: I41480402e01d1a32ee1d8562e73c8e97a9380aae
-
Michael Bestas authored
Squashed in this commit: Author: Yifan Hong <elsk@google.com> Date: Mon Jul 15 16:43:26 2019 -0700 sm8350-common: Replace BOARD_CHARGER_ENABLE_SUSPEND with ro.charger.enable_suspend Test: charger mode Bug: 124118169 Change-Id: I3825d08e38d677bd7154879609857de302348b6f Change-Id: I27a642dbadfba1575ff2d8e96dc385fc19c0eaff
-
Danny Lin authored
The default camera app can be *huge* in some cases, e.g. when the app in question is Google Camera. The system will only pin up to the first 80 MiB of the APK file, as well as the first 80 MiB of its odex. There are several problems with this: - We could easily end up with 160 MiB of camera app files pinned, which is a tall order with the 8 GiB of usable RAM that we have - The data that gets pinned may not even be the most critical data for launching the camera Let's disable pinning of the camera app to save RAM. Change-Id: I745e39b6ff212dfaf9213517d2a2be8ff7384e24
-
Arian authored
Change-Id: I69b906fbc0ae18c4d5832fc642beaae38ff6d392
-
Arian authored
Change-Id: I0ab13fb86b352680439198058b615f29f76f0165
-
Murat Kozan authored
* Activates some options on Settings>accessibility>vibration Change-Id: I00e20f0d607736c04d5c2a0bd9c513c7f5fd8b41
-
Gil authored
Enable Adaptive color mode setting. Bug: 143513730 Test: Boot test and measure the adaptive color value Change-Id: I969ec6c3cb1d092a33c0e3a028ff38ad7115dfe2
-
Arian authored
This fixes deep sleep on AOD. The values are from stock, note that xiaomi did not use RRO for these values, hence the values are changed in framework-res.apk directly. Change-Id: I9c4ea935e7a7df4bd85e1884f91ab25805fe8959
-
Erfan Abdi authored
-
David Su authored
Preinstalled overlays needn't be signed with the same cert as the package it overlays, simply being preinstalled is enough. Sign with the default cert instead for now, which provides fewer special privileges. Bug: 162195999 Test: verify values still overlaid correctly Change-Id: I017491fd383551c5aadf8648edb900e0c12a27b8
-
Arian authored
Change-Id: I37db0f8662f771885cf6e75027e23c62a51f7257
-
Chirayu Desai authored
Change-Id: Ia57acd244608848f70fdcc30d5694c919db60671
-
Arian authored
Change-Id: I274cd7c5e5e47b2e86dbc733b37960e1a5993e7a
-
Nolen Johnson authored
* This isn't needed anymore. Change-Id: Ib77e5212099d82bbc07aea6044eb35109faff5cb
-
Arian authored
There is already a fallback to the model name and using that is perfectly fine. Change-Id: I7900cc449cd36d327d35f0597eea6427dd710458
-
Albert I authored
Specifying avb=<vbmeta-partition> is only necessary for first entry of partition groups that use same vbmeta partition. The following entry can have <vbmeta-parititon> part omitted. Test: None Link: https://source.android.com/devices/architecture/kernel/mounting-partitions-early#fstab-entries Signed-off-by:
Albert I <kras@raphielgang.org> Change-Id: I5a42fd3de72c400acfae56d6a1e1b85c22a79537
-
Shawn Shin authored
Change-Id: I47c9b034600c9b31a17de2808030af38f69e10e0
-
Ayishwarya Narasimhan authored
Change-Id: I62629d99e0ace3e5cfa0bdef925e919ddd2ebe12
-
Edgar Flores authored
Add AID_VENDOR_FASTRPC group, so that fastrpc clients can be in this group to get extra privileges on the remote subsystem, like higher thread priority. Change-Id: Icb8e418cfe66d696cad9d608d30f4b3f2a02bef8
-
Arian authored
Change-Id: I0ca98738e4964d23614df797b1faaebe0058a451
-
Arian authored
The copyright header has been modified by caf while the initial lahaina tree whose fstab we use. Specifically from https://source.codeaurora.org/quic/la/platform/vendor/qcom/lahaina/tree/fstab.qcom?h=LA.UM.9.14.r1-18900-LAHAINA.QSSI12.0&id=b403cbb26431c57a8590f94307f12443a55e29e2 Change-Id: I1dd07a729feeded6478e095573070fde532f2f02
-
Benergy Meenan Ravuri authored
Remove start console Change-Id: I1041fa446499cd82bcbf6d5b86cb25a9a88fa90c CRs-Fixed: 2977860
-
Ziqi Chen authored
Disabling UFS clkgate and ah8 during boot time helps in reducing IO delays, which helps in reducing the total boot time. This change will disable UFS clkgate and ah8 during early-init and then enable it back after boot completion. Change-Id: I6a10cd57a30fe3bdc4fba72a0d84cdfa3b1fd513
-
Vaibhav Agrawal authored
Two fstabs are needed to support different data unit number (dun) size for ufs and emmc hardwares. This needs different encryption flag in fstab to address the difference in dun size. [ArianK16a: don't add the emmc fstab since all our devices are ufs] Test: Verified bootup, vts_kernel_encryption, fscryptctl. Change-Id: Iff03422d39c789c544bdd86faef070ae46eb4e0e
-
Benergy Meenan Ravuri authored
Remove the hard-coded path for /dev/block/bootdevice. Instead use the bootdevice property. Change-Id: I194587e250f1d24f677c6fd3f34a23f146d4bc7e
-
Michael Adisumarta authored
Removing command to load ipa fw from post-fs, where FW mount is not guaranteed. Change-Id: I426bcfd2d9e0fb9f09a360374fe05b653676cf4b CRs-Fixed: 2819603
-
Christopher Braga authored
QMCS partition is not a read only partition, and risks the danger of causing unnecessary disk churn when QMCS files are read. Update QMCS partition to be mounted with the noatime option. Change-Id: Icf7e565d0e1c990131ad090c2f466bea419b4ad4
-
Benergy Meenan Ravuri authored
move spunvm partition out of fstab and mount in init.target.rc only for lahaina as shima doesn't have spunvm partition. Change-Id: I2b19c7cf84f23c0f73103fff2a2a7ae5a7dd186a CRs-Fixed: 2801834
-
Arian authored
Change-Id: I929324ff494ecbf5a0672e503980a547ee0c66ce
-
Arian authored
Change-Id: I22fd75dd3bc726f3254ee85177538f551b8b80b4
-
Arian authored
Change-Id: I5355fb99322bf192542695048321d9b63c2b53ca
-
Arian authored
Change-Id: I390bc13f731cf703af9e5c85415789f8f2a440d6
-
Arian authored
Properties that cannot be set from vendor are removed from vendor.prop, other properties are removed from system.prop. Change-Id: I1e15db5e11121ded15b768bd559b161fbf0ecea7
-