summaryrefslogtreecommitdiff
path: root/kleaf/kernel.bzl
AgeCommit message (Expand)Author
2024-02-28kleaf: Add ddk_uapi_headers ruleJohn Moon
2023-12-07kleaf: Add support for specifying modules for recovery/chargerIsaac J. Manjarres
2023-10-31kleaf: Implement ddk_headers_archiveYifan Hong
2023-09-08kleaf: Add super_image ruleJohn Moon
2023-08-30kleaf: cleanup: Fix buildifer warningsUlises Mendez Martinez
2023-08-08kleaf: Implement checkpatch().Yifan Hong
2023-06-29kleaf: Export gki_artifact rules via kernel.bzlUlises Mendez Martinez
2023-06-07kleaf: Delete kernel_build_abi and kernel_build_abi_dist.Yifan Hong
2023-05-26kleaf: Rename kernel_build_abi*.bzl -> kernel_abi.bzl.Yifan Hong
2023-05-17kleaf: Allow kernel_modules to accept filesUlises Mendez Martinez
2023-04-28kleaf: Expose kernel_module_test.Yifan Hong
2023-03-07kleaf: Add android_filegroup.Yifan Hong
2022-12-01kleaf: Fix kernel.bzl linter warnings.Yifan Hong
2022-12-01kleaf: Introduce ddk_submoduleYifan Hong
2022-12-01kleaf: Add kernel_abi_dist that replaces kernel_build_abi_dist.Yifan Hong
2022-11-30kleaf: Expose kernel_abi macro.Yifan Hong
2022-11-15kleaf: Add rule to define UAPI cc_libraryJohn Moon
2022-11-02kleaf: Add kernel_module_groupYifan Hong
2022-09-21kleaf: Initial commit of ddk_moduleYifan Hong
2022-09-08kleaf: DDK headersYifan Hong
2022-06-01kleaf: Update docs for kernel.bzl.Yifan Hong
2022-06-01kleaf: Move ABI functions and rules to their own extensions.Yifan Hong
2022-06-01kleaf: Move image rules to their own extensions.Yifan Hong
2022-06-01kleaf: buildifier + clean up importsYifan Hong
2022-06-02kleaf: ABI: Add git message template.Yifan Hong
2022-06-01kleaf: Move kernel_filegroup to its own extension.Yifan Hong
2022-06-01kleaf: Move kernel_unstripped_modules_archive to its own extension.Yifan Hong
2022-06-01kleaf: Move kernel_compile_commands and kernel_kythe to their own extensionsYifan Hong
2022-06-01kleaf: Move merged_kernel_uapi_headers to its own extension.Yifan Hong
2022-06-01kleaf: Move kernel_modules_install to its own extension.Yifan Hong
2022-06-01kleaf: Move kernel_module to its own extension.Yifan Hong
2022-06-01kleaf: Move kernel_build to its own extension.Yifan Hong
2022-06-01kleaf: Move kernel utils to utils.bzl.Yifan Hong
2022-06-01kleaf: Move kernel_headers to its own extension.Yifan Hong
2022-06-01kleaf: Move infos provided by multiple rules to common_providers.Yifan Hong
2022-05-31kleaf: Move srcs_aspect and SrcsInfo to their own extension.Yifan Hong
2022-05-31kleaf: Move kernel_toolchain_aspect and KernelToolchainInfo to their own exte...Yifan Hong
2022-05-31kleaf: Move vmlinux_btf to its own extension.Yifan Hong
2022-05-31kleaf: Move kernel_uapi_headers to its own extension.Yifan Hong
2022-05-31kleaf: Move raw_kmi_symbol_list to its own extension.Yifan Hong
2022-05-27kleaf: Move _kmi_symbol_list to its own extension.Yifan Hong
2022-05-27kleaf: Move modules_prepare to its own extension.Yifan Hong
2022-05-27kleaf: Move kernel_config to its own extension.Yifan Hong
2022-05-27kleaf: Move kernel_env and KernelEnvInfo to their own extensionsYifan Hong
2022-05-25kleaf: Move logic to handle --config=stamp to its own module.Yifan Hong
2022-05-25kleaf: Move kernel_dtstree to its own module.Yifan Hong
2022-05-25kleaf: Move kernel_build_config to its own module.Yifan Hong
2022-05-25kleaf: Move debug_print_scripts to debug module.Yifan Hong
2022-05-25kleaf: Move kleaf/tests to kleaf/artifact_tests.Yifan Hong
2022-05-25kleaf: Add status.bzl.Yifan Hong