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

Commit a8555c65 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

libsysutils: Do not use the kernel headers

No idea why this is here, but it breaks arm64 builds. bionic's signal.h
must be used on those

Change-Id: I64f71565b179af38345fcf1496274ee5858abb05
parent bad5a074
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ common_src_files := \
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= $(common_src_files)
LOCAL_MODULE:= libsysutils
LOCAL_C_INCLUDES := $(KERNEL_HEADERS)
LOCAL_CFLAGS := -Werror
LOCAL_SHARED_LIBRARIES := libcutils liblog
include $(BUILD_SHARED_LIBRARY)
@@ -24,7 +23,6 @@ include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= $(common_src_files)
LOCAL_MODULE:= libsysutils
LOCAL_C_INCLUDES := $(KERNEL_HEADERS)
LOCAL_CFLAGS := -Werror
include $(BUILD_STATIC_LIBRARY)