- Apr 01, 2022
-
-
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
-
Erfan Abdi authored
Change-Id: I2bc72646528ad38fb281a6ae573b9681a78da3d2
-
Erfan Abdi authored
Change-Id: I61196210f01281eb2158ec179d7defb30f4b8271
-
Arian authored
Change-Id: I0a1b58a6527b5c58ab977a1db908ade1b93fa089
-
Arian authored
Change-Id: I5d3e77ea9634a1786d6c70df1e4a5096d26f66da
-
Arian authored
Change-Id: I29cccd9eb52d5c00dd7a12d1187b43a3408895ce
-
Arian authored
They are not set on stock either Change-Id: Ic5e54eb61d1c4cf3f39779034b8ffda577082bb5
-
Arian authored
Change-Id: Ia186b3dc5ad4887dd4ed1cdd88014b415d9b30e5
-
Arian authored
Change-Id: I96c9e17efdb0eb20697625edc0d46422d16244b8
-
Arian authored
Change-Id: Ifc3f234ffb7e5e6be47aa2e1fd997db212326059
-
Arian authored
MIUI uses 15 steps, which is the default. Change-Id: I3b3d4ce3ffacf5330f0a19b7f5deb70d26b4b102
-
Arian authored
Change-Id: I2768470ad1ec8a20d4a1a858bb203d7ccd70b0e3
-
Erfan Abdi authored
Change-Id: Iaa28072e1998126e7b9b6be5d188b0ec16d71acb
-
Erfan Abdi authored
Change-Id: I4ce46b5f6ab323c4c072614a810702aca9b7bb58
-
Erfan Abdi authored
Change-Id: Icc6bf7e47c89a81b949b230330b8f5175b022ac8
-
Erfan Abdi authored
This is handled in vendor/lineage Change-Id: Ie42d690928ffc483292345af11c8d73a0a537833
-
Erfan Abdi authored
Change-Id: Ied22b4a11580963a1bcf744668a8e63293c662c8
-
Erfan Abdi authored
Change-Id: Iec89e5d300a24d747426e00f6cb4c78c596d1d81
-
Erfan Abdi authored
Change-Id: I0fd3607a1c09474fabde43614ff61a2ffad134ac Signed-off-by:
Erfan Abdi <erfangplus@gmail.com>
-
Erfan Abdi authored
* They’re not even added to installed modules
-
Luca Stefani authored
Change-Id: Ia165daa55ff707725b0619af12bf3a2e6e79c981
-
Erfan Abdi authored
-
Erfan Abdi authored
-
Erfan Abdi authored
-
Arian authored
This is not a thing anymore in sm8350 media HAL Change-Id: I06dd979fd59ea3adb1c0daf2a80e60dedcb4fc67
-
Nolen Johnson authored
* This has been useless since some time in Pie. Change-Id: Ic02238aa0f1c25cfad20a2b827c3c2fe128f3543
-
Arian authored
Change-Id: Ibbd99b25b270c4fb593d1ad09d8003d40b6f0d18
-
Anton Hansson authored
This block is completely redundant because.. - WITH_DEXPREOPT := true is the default - WITH_DEXPREOPT_PIC is never read - DEX_PREOPT_DEFAULT := nostripping has no effect when the BOARD_USES_SYSTEM_OTHER_ODEX flag is set to true Test: make Change-Id: I618a1e395ca1a14555cd50eef1a4f1aa079b553d
-
Sebastiano Barezzi authored
* Dead since Q, where XML audio policies weren't enforced yet Change-Id: I302a0ed97964b052176dc3bb0141db1ba85e78c8
-
Arian authored
BOARD_USES_ALSA_AUDIO is only used to determine wether the audio HAL is built from source, but we ship the prebuilt stock HAL. AUDIO_FEATURE_ENABLED_GEF_SUPPORT is used to modify the source-built audio HAL, which does not have an effect for us. Change-Id: I652de533d1c21a0e45dc7406bd0698326c5dbcd7
-
Nolen Johnson authored
* TARGET_KERNEL_ARCH - no-op unless it differs from TARGET_ARCH. Change-Id: I8d140fecdbbaac979bc8398745ffa95b911e4c89
-
Daniel Mentz authored
Remove various variables related to where kernel and ramdisk are loaded by the bootloader. There are two reasons for this: 1. Our bootloader ignores all the offset values for kernel, ramdisk and tags. 2. The variables BOARD_KERNEL_TAGS_OFFSET and BOARD_RAMDISK_OFFSET are ignored by the Android build system (unless they are copied into the BOARD_MKBOOTIMG_ARGS variable). This is in contrast to the variables BOARD_KERNEL_BASE, BOARD_KERNEL_PAGESIZE and BOARD_MKBOOTIMG_ARGS which are referenced by build/make/core/Makefile Bug: 117832711 Change-Id: I3404a4e084ed063d51077a3a80229854362c768b
-