Remove prebuilt kernel warning
We actually prefer it. Change-Id: I9b3cbc04d8083e5c1041d3ca9bead14e42a6b7b9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user