Loading build/envsetup.sh +4 −0 Original line number Diff line number Diff line Loading @@ -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)" Loading Loading
build/envsetup.sh +4 −0 Original line number Diff line number Diff line Loading @@ -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)" Loading