summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-02-23 18:59:35 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-02-23 18:59:35 +0100
commit98bce92204ea0870ab976a2dfa0009796f97c8d0 (patch)
tree8785306dba035793d57d7f842c3420b9eafa0012
parent3e4b72c789fcfcd28fb33f7c299182a046daf7d0 (diff)
downloaddevice_samsung_maguro-replicant-4.2.tar.gz
device_samsung_maguro-replicant-4.2.tar.bz2
device_samsung_maguro-replicant-4.2.zip
audio-ril-interface: adjust to new libsamsung-ril pathreplicant-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 eb9313d..3410c03 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/tuna/audio/
LOCAL_SHARED_LIBRARIES := liblog libcutils libsrs-client