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

Commit 288d86dc authored by Bharath's avatar Bharath Committed by Prashantsinh Parmar
Browse files

Cleanup debug warnings

This simply spams the build logs.

Issue: FP3-A11#202
Change-Id: I63fa15ec58e113125581baa58168039f8cce6130
parent 77d6b6be
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ TARGET_KERNEL_HEADER_ARCH := $(strip $(TARGET_KERNEL_HEADER_ARCH))
ifeq ($(TARGET_KERNEL_HEADER_ARCH),)
KERNEL_HEADER_ARCH := $(KERNEL_ARCH)
else
$(warning Forcing kernel header generation only for '$(TARGET_KERNEL_HEADER_ARCH)')
KERNEL_HEADER_ARCH := $(TARGET_KERNEL_HEADER_ARCH)
endif

@@ -52,7 +51,6 @@ ifeq ($(KERNEL_LLVM_SUPPORT), true)
    $(warning "Using sdllvm" $(KERNEL_LLVM_BIN))
  else
     KERNEL_LLVM_BIN := $(shell pwd)/$(CLANG) #Using aosp-llvm compiler
    $(warning "Using aosp-llvm" $(KERNEL_LLVM_BIN))
  endif
endif