Skip to content

Commit

Permalink
Revert "envsetup: Set INLINE_KERNEL_BUILDING if TARGET_PREBUILT_KERNE…
Browse files Browse the repository at this point in the history
…L is set"

This reverts commit f82e56e.
  • Loading branch information
Klozz committed Jan 20, 2024
1 parent fd82681 commit 0fa2843
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -882,13 +882,6 @@ function lunch()
echo "Hint: next time you can simply run 'lunch $selection'"
fi

local prebuilt_kernel=$(get_build_var TARGET_PREBUILT_KERNEL)
if [ -z "$prebuilt_kernel" ]; then
export INLINE_KERNEL_BUILDING=true
else
unset INLINE_KERNEL_BUILDING
fi

[[ -n "${ANDROID_QUIET_BUILD:-}" ]] || echo

fixup_common_out_dir
Expand Down

0 comments on commit 0fa2843

Please sign in to comment.