Skip to content
Snippets Groups Projects
  1. Jun 10, 2021
  2. May 24, 2021
  3. Apr 23, 2021
  4. Apr 13, 2021
  5. Apr 11, 2021
  6. 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
  7. Mar 08, 2021
  8. Feb 17, 2021
  9. Feb 04, 2021
  10. Jan 24, 2021
  11. Jan 22, 2021
  12. Jan 19, 2021
  13. Jan 16, 2021
  14. Jan 06, 2021
  15. Jan 04, 2021
  16. 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
  17. Nov 03, 2020
  18. Oct 21, 2020
  19. Oct 07, 2020
  20. Sep 04, 2020
  21. Aug 21, 2020
  22. Aug 11, 2020
  23. Aug 07, 2020
  24. Aug 06, 2020
  25. Jul 29, 2020
  26. Jul 23, 2020
  27. Jul 22, 2020
  28. 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
  29. Jul 16, 2020
  30. Jul 01, 2020
  31. Jun 25, 2020
  32. Jun 23, 2020
  33. May 22, 2020
  34. 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
  35. Apr 23, 2020
  36. Apr 21, 2020
  37. Apr 20, 2020
  38. Apr 15, 2020
  39. Apr 05, 2020
Loading