summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-07-14 21:13:17 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-07-16 16:16:18 +0200
commitd5b48c7fe816162dbb45a468125e50ac68486b2a (patch)
treef27178c4481a4aed07095d982e58a920c6ded041
parentb369243e45837d88d23890809c2f344e4107bacf (diff)
downloadhardware_replicant_libsamsung-ril-d5b48c7fe816162dbb45a468125e50ac68486b2a.tar.gz
hardware_replicant_libsamsung-ril-d5b48c7fe816162dbb45a468125e50ac68486b2a.tar.bz2
hardware_replicant_libsamsung-ril-d5b48c7fe816162dbb45a468125e50ac68486b2a.zip
Android.mk: remove hardcoded reference to external/libsamsung-ipc
libsamsung-ipc is already included as a dependency, and now the headers should be correctly exported with LOCAL_EXPORT_C_INCLUDE_DIRS since the following commit: d4e2afc Android.mk: remove deprecated LOCAL_COPY_HEADERS d4e2afc9735470c5b9553073a23e606b2fc5cf2c This change was tested at build time with the patch mentioned above and the following configurations: - Replicant 6.0 with the i9300 target - Replicant 4.2 with the galaxysmtd target Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 6585a31..9da4d2e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -42,7 +42,6 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES := \
$(LOCAL_PATH) \
$(LOCAL_PATH)/include \
- external/libsamsung-ipc/include \
hardware/libhardware_legacy/include \
system/core/include