Skip to content
Snippets Groups Projects
  1. Feb 16, 2022
  2. Nov 17, 2021
    • Soumil Shah's avatar
      Fix kernel build errors due to path tools restrictions · d330f87d
      Soumil Shah authored
      TEMPORARY_DISABLE_PATH_RESTRICTIONS has been removed,
      and path tools are no longer allowed to be invoked in
      the Android build. This patch allows the kernel build
      works fine in context of these restrictions.
      
      Bug: 178376500
      Change-Id: Iae9b4d8031cb4377f61f30f10bcafe35b0cf926d
      57 tags
      d330f87d
  3. Jul 01, 2021
  4. Jun 18, 2021
  5. Jun 07, 2021
  6. May 24, 2021
  7. Apr 13, 2021
  8. Mar 23, 2021
    • Jeevan Shriram's avatar
      kernel/build: Optimize no-change incremental kernel build · 16a93690
      Jeevan Shriram authored
      1. Save and revert the timestamp of KERNEL_USR to the creation of kheaders
      file to avoid re-compilation of external/vendor modules during
      no-operation incremental build due to dependency on KERNEL_USR rule.
      
      2.Avoid deletion and re-creation of the symlink in the KERNEL_OUT rule.
      
      3. De-couple KERNEL_USR timestamp from KERNEL_OUT and KENREL_HEADERS_INSTALL
      target rules.
      
      Change-Id: Iea00cdd05477e767bfcab2eb489c4c70e65907c2
      16a93690
    • Shadab Naseem's avatar
      kernelscripts: Use the toybox tool for nproc utility · d5867d52
      Shadab Naseem authored
      
      The nproc host tools to know the number of available cores for building
      make was being flagged for Disallowed PATH.
      Replace it with the toybox tool utility.
      
      Change-Id: I1117066546bd7b60572bc5321936554862a8b3f9
      Signed-off-by: default avatarShadab Naseem <snaseem@codeaurora.org>
      d5867d52
  9. Feb 17, 2021
  10. Jan 19, 2021
  11. Jan 16, 2021
  12. Jan 06, 2021
  13. Dec 16, 2020
    • Jeevan Shriram's avatar
      kernelscripts: Add support for modules_prepare for modules · f90523ca
      Jeevan Shriram authored
      Add support for modules_prepare for preparing kernel for compiling
      external modules in parallel. This helps in saving complete android
      build time of 10-15 minutes approximately as external modules are
      compiled early on without waiting for the kernel image to compile first.
      
      Change-Id: Ibacb40fc9e22725366f39e3d79f474db336768b1
      f90523ca
  14. Nov 03, 2020
  15. Oct 07, 2020
  16. Aug 21, 2020
  17. Aug 11, 2020
  18. Aug 07, 2020
  19. Aug 06, 2020
  20. Jul 29, 2020
  21. Jul 23, 2020
  22. Jul 22, 2020
  23. Jul 17, 2020
    • Prakruthi Deepak Heragu's avatar
      blocklist: Replace all '-' to '_' in blocklist file · 9451cdc9
      Prakruthi Deepak Heragu authored
      
      Modprobe doesn't differenciate between '-' and '_'. That is, the
      output of 'modprobe -l' returns module names with '_' even though
      the .ko file has '-' in the name. Since we compare this output
      with the file name to check if the file is actually blocklisted in
      vendor_modprobe script, we fail. Hence, convert all the module names in
      the blocklist file to '_'. This change won't affect the modprobe -b.
      
      Change-Id: Ia5e6910b533d4aa491a96b3f00bf1017780502c5
      Signed-off-by: default avatarPrakruthi Deepak Heragu <pheragu@codeaurora.org>
      9451cdc9
  24. Jul 16, 2020
  25. Jul 01, 2020
  26. Jun 25, 2020
  27. Jun 23, 2020
  28. May 22, 2020
  29. Apr 28, 2020
    • Naveen Ramaraj's avatar
      kernel_definitions: Avoid direct usage of TARGET_PRODUCT · 5a3a39e7
      Naveen Ramaraj authored
      This allows seeding of new Android lunch targets to be decoupled
      from kernel script updates. Remove this non portable usage and
      use TARGET_BOARD_PLATFORM instead which achieves the same result.
      
      Change-Id: I295be4aee000b4532854e15d844fa74423f52335
      5a3a39e7
  30. Apr 23, 2020
  31. Apr 21, 2020
  32. Apr 20, 2020
  33. Apr 15, 2020
  34. Apr 05, 2020
  35. Apr 02, 2020
  36. Mar 26, 2020
  37. Mar 23, 2020
  38. Mar 17, 2020
Loading