- Sep 12, 2024
-
-
Change-Id: I0bdd4d63b60a1e29cdd69e71f7268932a105c16b
-
Change-Id: I0c0f3ecddbe6d7b232cc0d13c78ca58094e4e720
-
* Stop handling vendor mounting from kernel, first stage init is gonna do that, together with system (which is now /system) * Use correct mount flags coming from kernel dts * Move system and vendor mount points to /dev/block/by-name/, we don't have bootdevice symlink to that point in init * Copy fstab to recovery for first stage init Change-Id: Iaa0ecc3f13c3cfd3fe357ca509549d0f68a29cf0
-
- Jul 13, 2024
-
-
* RenderScript is deprecated on newer platforms and is being officially replaced. * On April 19, 2021, Google announced that RenderScript will be deprecated in Android 12, and recommended porting existing code to Vulkan. https://android-developers.googleblog.com/2021/04/android-gpu-compute-going-forward.html Signed-off-by:
Hadad <hadad@linuxmail.org> Change-Id: I19460ef266a646b046f1e7d2f0b4eab7c48ae536
-
- Jul 03, 2024
-
-
* Not used anywhere relevant anymore, considering we're not using CAF's fork of WPA supplicant. Signed-off-by:
Hadad <hadad@linuxmail.org> Change-Id: I409e5897f1eec08209a747b0f7f2adbf9960b163
-
A compiled build has no chance of booting without the prebuilt binaries, so fail the build if those are not present. Signed-off-by:
Hadad <hadad@linuxmail.org> Change-Id: I8124a5f92a75490ce48422b9d760764733efe37e Signed-off-by:
SirRGB <sirrgb@proton.me>
-
- Jul 26, 2023
-
-
Dhina17 authored
AudioSphere post processing is used to add virtualization effect to audio playback on stereo speakers. It's supported by neither our stock nor CLO for msm89xx. Plus our device don't have stereo speakers. Change-Id: I1b985ec97d5edee529cac00e6c21f8eb64c1b19a
-
- Jul 06, 2023
-
-
* Onclite real ppi is 279. * The closest value divisible by 20 is 280. Co-authored-by:
Adi Wahono <r6680jc@gmail.com> Change-Id: I0851898b3203ea6a9ab31c5a967537fa80f19006
-
- Jun 26, 2023
-
-
Dhina17 authored
* Redmi 7 and Redmi Y3 are nearly same device except Front camera and Gyroscope sensor. * Redmi Y3 has 32MP selfie camera that is an AUX camera which is a cursed part in custom roms. And Gyroscope sensor works well in Y3 since we are including permission config which won't affect Redmi 7 as well * Hence, Redmi Y3 is an another variant of Redmi 7. Lets set the correct device name based on hwversion in init. Change-Id: Ie04a22815731b90450907a10091eb7859386b34e
-
Bug: 138790309 Test: boot and wifi function is ok Change-Id: I35cf3e03566443e20799623045eacd423fd7f5c4
-
Change-Id: Ic1eb6f7e3cb54bdb67da2fb963426a240f2edda3
-
Change-Id: I353dfb264191e587620b4a88f1f6783e54395d6e
-
Change-Id: Ifecd15ee6c86a4571e5a7cc961372348455c4d5c
-
As of I3c7aed1bdb45db728d319f7d757400e44d232283 the Bluetooth stack defaults to reasonable defaults that should work for all devices. Change-Id: I056d63c4c8a2727e384172e964dc0000b6773504
-
Bug: 217448211 Test: make -j Merged-In: I0a76275baf2c80894b6be71d79b3265021ac921b Change-Id: I0a76275baf2c80894b6be71d79b3265021ac921b
-
- Oct 30, 2022
-
-
Dhina17 authored
Change-Id: I0963ce6305a351a4bc90ccc4f237745f1c6a0d4c
-
- Oct 25, 2022
-
-
Dhina17 authored
Change-Id: I7305d622b689d9cda652b36234b549bd717ded97
-
- Oct 23, 2022
-
-
* Dead as of https://review.lineageos.org/c/LineageOS/android_vendor_lineage/+/331507. * We already build vendor.qti.hardware.camera.device@1.0 so we have what we need. Change-Id: I8ec420d6264fee70a1602eecdbb4f34f2e5db3dc
-
- Jun 30, 2022
-
-
Defaults to true now project-wide. Change-Id: I1e0ff5adadc889d81c90c816457a72d2621e4b5a
-
- Jun 28, 2022
-
-
* 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
-
- Mar 31, 2021
-
-
Change-Id: I00125a429cde213e8dd22f742c5875e39b80bb5e
-
- Mar 10, 2021
-
-
Dhina17 authored
- Also Bump Vendor SPL. Change-Id: I002f67d9d226326be9e4f0c524d01351143a8d37
-
- Mar 06, 2021
-
-
Dhina17 authored
* Now its for actual QTI BT. We are using AOSP one. Change-Id: Ic57e1418f3a5cf403cfad16fbfa5f678fdc210cd
-
The custom jar is dead for good in Android 11. Change-Id: I7f0f7afd186b00f01183bf4479092d03897e074a
-
Change-Id: I40a14bce12ee4725af17a3e8fbc05143e5577f8e
-
Change-Id: I4a0f7318910aec70cee684e7ccf8dfd2b572bf5e
-
* BLUETOOTH_HCI_USE_MCT - Deprecated. * BOARD_USES_QCNE - Only referenced in very old BSPs. * MAX_EGL_CACHE_KEY_SIZE - Not used anywhere. * MAX_EGL_CACHE_SIZE - Not used anywhere. * TARGET_KERNEL_ARCH - no-op unless it differs from TARGET_ARCH. * WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION - Deprecated Change-Id: I8d140fecdbbaac979bc8398745ffa95b911e4c89
-
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 - WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY is set in vendor/lineage. Test: make Change-Id: I618a1e395ca1a14555cd50eef1a4f1aa079b553d
-
Test: charger mode Bug: 124118169 Change-Id: I3825d08e38d677bd7154879609857de302348b6f
-
- Dec 08, 2020
-
-
Qualcomm HALs have been updated to get rid of LOCAL_COPY_HEADERS usage. This reverts commit 0b4bc28a. Change-Id: I9f60f60fa0c1146bf5e75d3b18af4166061b68fb
-
Dhina17 authored
* This commit includes Author: Arian <arian.kulmer@web.de> Date: 2020-09-22 20:06:14 +0200 onclite: Build new aidl qti power HAL Change-Id: I4bdea354e54d34d0dfe9b811e228fc6f8762d2ed Author: Bruno Martins <bgcngm@gmail.com> Date: 2020-10-09 12:19:37 +0100 onclite: power: Add extension to new AIDL power HAL [Dhina17 - Adapted for onclite] Change-Id: I58ac49957d8d28ad904912986d89ac8db4820ff9 Change-Id: I2efcb11c7ff8fcaea0e885a23d0f5f9a954d1018
-
- Nov 17, 2020
-
-
Remove or update paths that don't exist. Bug: 119800099 Test: boots Change-Id: Ib2cea88499cf08274d620d9d85ffcafc31fee868
-
- Nov 13, 2020
-
-
Signed-off-by:
Jyotiraditya <imjyotiraditya@pm.me> Change-Id: I576883b03b9c4239f9010bbc200179958e6fe95c
-
Bug: 130719878 Test: turn copy headers into an error by default; still builds Change-Id: I67d0d8ee96678e60b0a3886b7828c14c3b008126
-
- CAF also moved away from Android.mk but choosed to name the makefile as "SEPolicy.mk" which we were naming as "sepolicy.mk" in LineageOS Ref: [0]: https://github.com/LineageOS/android_device_qcom_sepolicy/commit/1ca2d270146a2137876d52648a2ba21ac6fd50c1 Change-Id: Ic5a24b8e469342529f7d8a8b0e1838bf9f141987
-
- Sep 24, 2020
-
- Sep 23, 2020
-
-
Dhina17 authored
* Added missed blobs * Build libwifi-hal-ctrl and vendor.qti.hardware.btconfigstore@1.0 from source * Bumped vendor SPL to match daisy-user-10-QKQ1.191002.002-V11.0.10.0.QDLMIXM-release-keys blobs Change-Id: Id84f919f0f3addb66e07486e163fcbceae841170
-