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

Commit 1108132b authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-22.2' into a15

parents 1dd2c7d6 7c71ac4f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -547,7 +547,8 @@ function _lunch_meat()
    export TARGET_BUILD_TYPE=release

    local no_kernel=$(_get_build_var_cached TARGET_NO_KERNEL)
    if [[ "$no_kernel" == "true" ]]; then
    local prebuilt_kernel=$(_get_build_var_cached TARGET_PREBUILT_KERNEL)
    if [[ "$no_kernel" == "true" ]] || [ -n "$prebuilt_kernel" ]; then
        unset INLINE_KERNEL_BUILDING
    else
        export INLINE_KERNEL_BUILDING=true