summaryrefslogtreecommitdiff
path: root/build_utils.sh
AgeCommit message (Expand)Author
2024-02-08Kleaf: Add support to create a modules.order files for imagesUlises Mendez Martinez
2024-02-06build_utils.sh: Ignore MODULES_[RECOVERY|CHARGER]_LIST for system_dlkmIsaac J. Manjarres
2024-02-04build_utils.sh: Ensure depmod runs on all modules lastIsaac J. Manjarres
2024-02-04build_utils.sh: Fix typos for recovery and charger list variablesIsaac J. Manjarres
2024-01-04build_utils.sh: Add support for additional arguments to mkbootimg.pyIsaac J. Manjarres
2023-12-07build_utils.sh: Clarify the effects of TRIM_UNUSED_MODULESIsaac J. Manjarres
2023-12-07build_utils.sh: Cleanup comments detection regex in module listIsaac J. Manjarres
2023-12-07kleaf: Add support for specifying modules for recovery/chargerIsaac J. Manjarres
2023-11-30build_utils.sh: update the SPL for developmentWill McVicker
2023-11-02Clean up outputs of build_utils.sh.Yifan Hong
2023-10-31kleaf: Add support to boot custom kernels without wipingWill McVicker
2023-10-24Delete deprecated rel_path.Yifan Hong
2023-10-13system_dlkm: Add prefix for flatten modules.depRamji Jiyani
2023-10-10kleaf: system_dlkm: Add flatten images supportRamji Jiyani
2023-09-08kleaf: super image requires only one file from dependencies.Yifan Hong
2023-09-08kleaf: Add super_image ruleJohn Moon
2023-08-29kleaf: system_dlkm build images for list of fsRamji Jiyani
2023-08-24build_utils: system_dlkm: AVB hashtree footer with SHA256Ramji Jiyani
2023-07-20kleaf: use JSON for maps in stable-status.txt.Yifan Hong
2023-07-17kleaf: make rel_path emit an error.Yifan Hong
2023-06-07kleaf: Skip adding AVB hash footer for --gcov boot images.Yifan Hong
2023-06-06Deprecate rel_path and rel_path2.Yifan Hong
2023-06-06kleaf: gki-info.txt contains kernel release directly.Yifan Hong
2023-06-05kleaf: add option to archive the vendor_dlkm modulesWill McVicker
2023-05-26build_utils: Update the default system_dlkm propsWill McVicker
2023-05-23build_utils: Remove temporary file if necessaryPat Tjin
2023-05-02kleaf: extract_git_metadata fix matching.Yifan Hong
2023-04-25kleaf: clean up menuconfig.Yifan Hong
2023-04-14kleaf: Handles subdirectories for scmversion / source_date_epoch.Yifan Hong
2023-04-14kleaf: Use STABLE_SCMVERSIONSYifan Hong
2023-03-17kleaf: vendor_dlkm exclude modules from system_dlkmYifan Hong
2023-03-06Support VENDOR_DLKM_ETC_FILESZheng Pan
2023-02-22kleaf: Add support for system_dlkm.modules.blocklist outputJohn Moon
2023-02-15Use realpath --relative-to instead of rel_path and rel_path2. (second attempt)Yifan Hong
2023-02-14Revert "Use realpath --relative-to instead of rel_path and rel_path2."Andrew Chant
2023-02-14Use realpath --relative-to instead of rel_path and rel_path2.Yifan Hong
2022-12-12build_utils: ext4/erofs choices for dlkm partitionRamji Jiyani
2022-12-09build_utils: Fix modules.builtin.modinfo warningsRamji Jiyani
2022-12-01build_utils.sh: Append modules_list with newlineRamji Jiyani
2022-11-29Initial support for riscv64 kernel buildWang Chen
2022-10-26Move config.sh util functions to build_utils.sh.Yifan Hong
2022-09-10Builds boot-img.tar.gz for x86_64 GKIandroid-t-qpr1-beta-2_r0.5android-gs-bluejay-5.10-t-qpr1-beta-2Bowgo Tsai
2022-09-10build_utils: Ignore no match failure in module trimming.android-t-qpr1-beta-2_r0.4android-gs-raviole-5.10-t-qpr1-beta-2John Moon
2022-08-10kleaf: enable building device system_dlkm against GKI system_dlkm_staging_arc...Yifan Hong
2022-08-06build_utils: build_system_dlkm exits properly if sign-file does not exist.Yifan Hong
2022-07-06build/kernel: build system_dlkm as ext4Andrew Chant
2022-06-15build/kernel: Generate vendor_kernel_boot.modules.loadLucas Wei
2022-06-09Dry running certify_bootimgBowgo Tsai
2022-05-28Adding gki-info.txt, the GKI artifacts info fileBowgo Tsai
2022-05-23Support building a boot.img for x86_64 GKIBowgo Tsai