summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-03-31 06:59:32 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-04 12:55:49 +0200
commitf31766ff9272145d3d48a7de50f98b727a4f9e12 (patch)
tree469f1926494152a840b44424eff4e82233311570
parent1af1ec995216ce9a124e406b4fe9613e120df624 (diff)
downloaddevice_samsung_galaxys2-common-f31766ff9272145d3d48a7de50f98b727a4f9e12.tar.gz
device_samsung_galaxys2-common-f31766ff9272145d3d48a7de50f98b727a4f9e12.tar.bz2
device_samsung_galaxys2-common-f31766ff9272145d3d48a7de50f98b727a4f9e12.zip
Move hardware/ril/samsung-ril to hardware/replicant/libsamsung-ril
Benefits: - It makes it clear that Replicant is the upstream project for libsamsung-ril - It groups together libsamsung-ipc and libsamsung-ril - hardware/ril is already a git repository Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--audio-ril-interface/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio-ril-interface/Android.mk b/audio-ril-interface/Android.mk
index f24304e..a59e951 100644
--- a/audio-ril-interface/Android.mk
+++ b/audio-ril-interface/Android.mk
@@ -22,8 +22,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := audio-ril-interface.c
LOCAL_C_INCLUDES := \
- hardware/ril/samsung-ril/include \
- hardware/ril/samsung-ril/srs-client/include \
+ hardware/replicant/libsamsung-ril/include \
+ hardware/replicant/libsamsung-ril/srs-client/include \
hardware/tinyalsa-audio/include/
LOCAL_SHARED_LIBRARIES := liblog libcutils libsrs-client