aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-03-25 20:50:34 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-03-28 20:50:46 +0200
commitaa738074f34c68d38a67cf0eafb6fca873eef82c (patch)
treec6c3829e005f850b89cd73b9c0562dbc5beeac62 /Android.mk
parentc5c392156671591712714ffbc81226389d48382f (diff)
downloadhardware_replicant_libsamsung-ipc-aa738074f34c68d38a67cf0eafb6fca873eef82c.tar.gz
hardware_replicant_libsamsung-ipc-aa738074f34c68d38a67cf0eafb6fca873eef82c.tar.bz2
hardware_replicant_libsamsung-ipc-aa738074f34c68d38a67cf0eafb6fca873eef82c.zip
tools: ipc-modem: convert to sysexits.h
Using sysexits.h helps making testing easier by differentiating between different types of errors. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index aef5ce8..1cb8b42 100644
--- a/Android.mk
+++ b/Android.mk
@@ -172,7 +172,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := tools/ipc-modem.c
-LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
+LOCAL_C_INCLUDES := $(LOCAL_PATH)/include $(LOCAL_PATH)/tools/include/glibc
LOCAL_SHARED_LIBRARIES := libsamsung-ipc
include $(BUILD_EXECUTABLE)
@@ -188,7 +188,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := tools/ipc-modem.c
-LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
+LOCAL_C_INCLUDES := $(LOCAL_PATH)/include $(LOCAL_PATH)/tools/include/glibc
LOCAL_STATIC_LIBRARIES := libsamsung-ipc
LOCAL_SHARED_LIBRARIES := $(libsamsung_ipc_local_shared_libraries)