- Aug 25, 2023
-
-
Noah Anleitner authored
-
Noah Anleitner authored
-
- Aug 24, 2023
-
-
Noah Anleitner authored
-
- Aug 09, 2023
-
-
The gralloc struct has been conditionally adjusted not to break blobs that use the old struct. So far only GRALLOC_HANDLE_HAS_RESERVED_SIZE was hooked up for Google Pixels, but it's now time to hook up the remaining flag. Change-Id: I175bd328bd9733b9487e349f7a8486f15ef0a450 Signed-off-by:
Noah Anleitner <noah.anleitner@halogenos.org>
-
- Jul 01, 2023
-
-
Beru Hinode authored
* Utilizing `KERNEL_MAKE_FLAGS` variable in its core and working exactly the same way as if it's defined in `TARGET_KERNEL_ADDITIONAL_FLAGS`, this variable simply sets the threads used during kernel compilation, resulting in a way less time consumed for the kernel build process. It's optional to use this variable and it's defaulted to 1. The need for this change is basically coming from some mid-low-end machines that are (ab)used to build Android ROMs, such as a machine with 3rd gen Intel Core i3 that took an entirety of 14 hours to clean build. Test: `m bootimage`, kernel uses configured thread count and takes less time to build. Signed-off-by:
Beru Hinode <windowz414@1337.lgbt>
-
- Jun 25, 2023
-
-
This appends `--version_code=$(date -u +%Y%m%d)` to aapt flags, which is useful for flushing some caches upon system updates. Change-Id: I6575b878f09c1c3138e12abc34d39405f51245e7 Signed-off-by:
Noah Anleitner <noah.anleitner@halogenos.org>
-
- May 04, 2023
-
-
This is squashed revert of: Revert "config: Remove BOOTLOADER_MESSAGE_OFFSET" This reverts commit a8bbd0e4. Change-Id: I66df34e901e87e543102377469a150a9bf03e5b8 Revert "Revert "soong: Export bootloader_message_offset to dependencies"" This reverts commit d0b4f989. Reason for revert: Bringing this back, LGE 8996 lives. Change-Id: Iae68fee53ba647d8c64c54388e7296232adf4db8 Change-Id: I358d8e19f2d4da590c9579c1473b5f1964bb71aa Signed-off-by:
Noah Anleitner <noah.anleitner@halogenos.org>
-
- Feb 18, 2023
-
-
Change-Id: I96e3bbccc306817986c6f039a57fd1daa94e7f2d Signed-off-by:
Simão Gomes Viana <devel@superboring.dev>
-
The kernel tries to define the LINUX_COMPILER macro from the output of `$(CC) -v | grep ' version '`, but in clang that might produce more than one line containing ' version ' when CUDA is installed: ``` Android (8490178, based on r450784d) clang version 14.0.6 Found CUDA installation: /usr/local/cuda, version 11.0 ``` That causes the macro to expand into multiple lines, upsetting the compiler that cannot find the ending double quote. In upstream linux this is fixed from v5.8 Change-Id: Icde4253e989df1cbbefc0ce98f437d16822fc93b Signed-off-by:
Simão Gomes Viana <devel@superboring.dev>
-
- Jan 28, 2023
-
-
Signed-off-by:
Kujou Yuko <i@779.moe> Change-Id: I4c2fa81f67b24f60b625bd7f5d23146d63985fd4 Signed-off-by:
Simão Gomes Viana <devel@superboring.dev>
-
- Jan 04, 2023
-
-
Simão Gomes Viana authored
-
- Nov 26, 2022
-
-
android11-5.4 kernel can fully compile with LLVM with a few cherrypicks from android12-5.4 and android12-5.10 Change-Id: Ib71935d284ad78f1c23d039c15bfc5e0314a19eb Signed-off-by:
Simão Gomes Viana <devel@superboring.dev>
-
- Nov 24, 2022
-
-
Simão Gomes Viana authored
-
- Nov 15, 2022
-
-
Simão Gomes Viana authored
-
Simão Gomes Viana authored
-
Simão Gomes Viana authored
-
- Nov 09, 2022
-
-
Test: Build gs201 with source built kernel/modules, boot. Change-Id: Ie66400ddd44cfd249e1b4710f4d1c4efa32389a4 Signed-off-by:
Simão Gomes Viana <devel@superboring.dev>
-
- Nov 06, 2022
-
-
Simão Gomes Viana authored
-
Simão Gomes Viana authored
-
- Nov 01, 2022
-
-
Michael Bestas authored
This has been an error for 3 years now, plus it has not been functional for even more years. Change-Id: I8b12e8d08847ba119d2904f90766105367025d9c
-
Michael Bestas authored
Change-Id: Ia842ed409145a81a92077dde5d6e9749a057f047
-
Michael Bestas authored
5.10 doesn't need LD_LIBRARY_PATH set Change-Id: I5f6e732610f947d50b47e238d6a42365396b18ad
-
Michael Bestas authored
Change-Id: I18fceeeeab5426f55a73d0cb8d72abd5f40c67ec
-
- Oct 23, 2022
-
-
Michael Bestas authored
This is no longer needed in T Change-Id: Id14c88a548c14a8c26858a13f262f355ba72745e
-
- Oct 17, 2022
-
-
Aaron Kling authored
Change-Id: I79d67f9f40ef3f0970d0e29393d00600b57e337b
-
- Oct 10, 2022
-
-
Alessandro Astone authored
Change-Id: I91c18a1711e0d01b25e33b30bf0be9bbd443904e
-
Alessandro Astone authored
* Recursively extend the fallback branches mechanism to any layer of dependencies. * Instead of forcing a dependency to use the fallback branch, check for each repository if the current one is available. * Always write the revision in the manifest entry Change-Id: I37a4aa094de51e9f58e72851f3bc9dc4767dd79b
-
- Oct 02, 2022
-
-
Tim Zimmermann authored
Change-Id: Ic0efbf0308e334c1cfe0df0493caa71afe27a621
-
- Sep 30, 2022
-
-
Michael Bestas authored
Change-Id: Id6e09467937e60e6b00a30a246ba0a4a8d71687b
-
- Sep 28, 2022
-
-
Michael Bestas authored
This is needed for 5.10+ T kernel build. Change-Id: I0729af39cad5509ea3bc8629fdf1176156be6c08
-
- Sep 19, 2022
-
-
Chirayu Desai authored
Change-Id: Id12058a238c241acb138e3e419bb0bab8280e51b
-
Chirayu Desai authored
* Needed for camera on redbull 13 Change-Id: Ibc1d941f8a6e5e61e3a56cb0065e387022fa3441
-
Michael Bestas authored
Change-Id: I36e88d74928303ef13334e5feb3d4d3a98c25bd3
-
- Sep 15, 2022
-
-
Luca Stefani authored
* Boot Image header v2 demands a DTB be passed by default. * We don't /need/ one at all, as we have and use a dedicated DTB partition. * Signing hates trying to find dtb.img anywhere for some magical reason, so cheat and introduce a flag to include a blank one. Change-Id: I889ce3815476a55829870b30de1b9210283a79ae (cherry picked from commit fa16b42ddd1eb341f201b8d810c717ea12afe1cb)
-
- Sep 08, 2022
-
-
Michael Bestas authored
* Remove KERNEL_LD from kernel.mk, we simply set LD in BoardConfigKernel * Add llvm-ar in path allowlist (used by LTO) Change-Id: I76addb6f9d8d413edb1832dba23082ffb6d5ebc3
-
- Aug 30, 2022
-
-
Michael Bestas authored
This hasn't been ported after lineage-18.1 Change-Id: Ie3d798a009a4e0042b767839b39dd6f68695ef2a
-
Michael Bestas authored
This hasn't been ported after lineage-18.1 Change-Id: I3024e503e97075d5bfffc41b60da83a445a4e580
-
Michael Bestas authored
This hasn't been ported after lineage-18.1 Change-Id: Ib1bca251c6de7529c58ea2fb9b439e37b55be6c5
-
Michael Bestas authored
This hasn't been ported after lineage-18.1 Change-Id: I2946fdb08c09a3bfd238d65103869dc89ca2b558
-
Michael Bestas authored
This hasn't been ported after lineage-17.1 Change-Id: I2aff9bb7bc17fa1444a904d47248d885268bf29b
-