Loading core/binary.mk +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/binary.mk +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading