Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0e9e4f5 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge remote-tracking branch 'origin/lineage-23.0' into a16

parents cc9f22fa 6b078017
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -931,6 +931,10 @@ function fixup_common_out_dir() {
}

function build_kernel() {
    if [[ "${SKIP_KERNEL_BUILD}" == "true" || "${SKIP_KERNEL_BUILD}" == "1" ]]; then
        echo "Skipping kernel build"
        return
    fi
    local lineage_version="lineage-$(_get_build_var_cached PRODUCT_VERSION_MAJOR).$(_get_build_var_cached PRODUCT_VERSION_MINOR)"

    local target_kernel_device="$(_get_build_var_cached TARGET_KERNEL_DEVICE)"