diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-02-23 18:50:58 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-02-23 18:50:58 +0100 |
| commit | 5bb64b5506b37b3f50f3e1a6ca3fc42666a47f7b (patch) | |
| tree | b51762013e7075ef8cb1667ee2a8a0822b47a374 | |
| parent | de26f918a9ad99f8a17b80b7de7c1e8cbf494f97 (diff) | |
| download | device_samsung_aries-common-replicant-4.2.tar.gz device_samsung_aries-common-replicant-4.2.tar.bz2 device_samsung_aries-common-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.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio-ril-interface/Android.mk b/audio-ril-interface/Android.mk index 88a8c93..7a99d7e 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/aries-common/libaudio/ LOCAL_SHARED_LIBRARIES := liblog libcutils libsrs-client |
