Merge "Remove prebuilt kernel warning" into android-11

This commit is contained in:
bigbiff
2021-08-31 22:00:53 +00:00
committed by Gerrit Code Review
-7
View File
@@ -119,13 +119,6 @@ ifeq "$(wildcard $(KERNEL_SRC) )" ""
endif
ifneq ($(HAS_PREBUILT_KERNEL),)
$(warning ***************************************************************)
$(warning * Using prebuilt kernel binary instead of source *)
$(warning * THIS IS DEPRECATED, AND IS NOT ADVISED. *)
$(warning * Please configure your device to download the kernel *)
$(warning * source repository to $(KERNEL_SRC))
$(warning * for more information *)
$(warning ***************************************************************)
FULL_KERNEL_BUILD := false
KERNEL_BIN := $(TARGET_PREBUILT_KERNEL)
else