summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-02-23 18:58:52 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-02-23 18:58:52 +0100
commit092b895d12da1166b3858051f40a3b33d18f331f (patch)
tree2670b5cd35ea9f801fdbf1a18cd494a2ea49749d
parent9a0f83fca07658910b4e8a22749f1584602992f1 (diff)
downloaddevice_samsung_crespo-replicant-4.2.tar.gz
device_samsung_crespo-replicant-4.2.tar.bz2
device_samsung_crespo-replicant-4.2.zip
audio-ril-interface: adjust to new libsamsung-ril pathHEADreplicant-4.2
Before, libsamsung-ril was in hardware/ril/samsung-ril instead of hardware/replicant/libsamsung-ril. Moving it to hardware/replicant/libsamsung-ril makes it more consistent with Replicant 6.0 and onward where libsamsung-ril is located there. Having a common path also makes developing testing scripts easier. In addition having nested git repositories is not ideal as running git status in the hardware/ril directory shows samsung-ril/ as untracked files. 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 77f5904..558f973 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 \
device/samsung/crespo/libaudio/
LOCAL_SHARED_LIBRARIES := liblog libcutils libsrs-client