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

Commit f7117c81 authored by Chris Sarbora's avatar Chris Sarbora Committed by Chris Sarbora
Browse files

remove duplicate, over-general dependency on kernel features.

this is QCOM only and there is now already a check for that.

Change-Id: I882d013e8e978ca02abceee2b56d0c9a3017814c
parent 3f28d95c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -48,10 +48,4 @@ ifneq ($(TARGET_RECOVERY_LCD_BACKLIGHT_PATH),)
  LOCAL_CFLAGS += -DRECOVERY_LCD_BACKLIGHT_PATH=$(TARGET_RECOVERY_LCD_BACKLIGHT_PATH)
endif

# Some devices need kernel headers for graphics
ifeq ($(TARGET_PREBUILT_KERNEL),)
  LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
  LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
endif

include $(BUILD_STATIC_LIBRARY)