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

Commit f67b801a authored by Michael Bestas's avatar Michael Bestas Committed by Ethan Chen
Browse files

core: Remove deprecated kernel header dependency path warning

Change-Id: I68b44fd1e868a3326a6ab1a7e5fe42b8eeecd1c1
parent 9e8ee573
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ my_soong_problems :=
# However, there are many instances of the old style dependencies in the
# source tree.  Fix them up and warn the user.
ifneq (,$(findstring $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr,$(LOCAL_ADDITIONAL_DEPENDENCIES)))
  $(warning $(LOCAL_MODULE) uses deprecated kernel header dependency path.)
  LOCAL_ADDITIONAL_DEPENDENCIES := $(patsubst $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr,INSTALLED_KERNEL_HEADERS,$(LOCAL_ADDITIONAL_DEPENDENCIES))
endif