aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-09-15 17:05:23 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-02-23 18:56:20 +0100
commita030eacde3b46dfc0cd4ed819eacbfedd963fdf1 (patch)
tree73c95c43b72b990ab0082bc77b05ec8d78bf08d7
parente7fa8ffd450dd5ee6509549c06702ee2488c3da9 (diff)
downloadmanifest-replicant-4.2.tar.gz
manifest-replicant-4.2.tar.bz2
manifest-replicant-4.2.zip
Move libsamsung-ril into hardware/replicantreplicant-4.2
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--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 27516bd..f99d196 100644
--- a/default.xml
+++ b/default.xml
@@ -151,8 +151,8 @@
<project path="hardware/qcom/sensors" name="CyanogenMod/android_hardware_qcom_sensors" />
<project path="hardware/qcom/wlan" name="CyanogenMod/android_hardware_qcom_wlan" />
<project path="hardware/replicant/libsamsung-ipc" name="replicant/hardware_replicant_libsamsung-ipc.git" remote="replicant" revision="master" />
+ <project path="hardware/replicant/libsamsung-ril" name="replicant/hardware_replicant_libsamsung-ril.git" remote="replicant" revision="master" />
<project path="hardware/ril" name="CyanogenMod/android_hardware_ril" />
- <project path="hardware/ril/samsung-ril" name="replicant/hardware_ril_samsung-ril.git" remote="replicant" revision="master" />
<project path="hardware/samsung" name="replicant/hardware_samsung.git" remote="replicant" revision="replicant-4.2" />
<project path="hardware/samsung_slsi/exynos5" name="CyanogenMod/android_hardware_samsung_slsi_exynos5" />
<project path="hardware/ti/omap3" name="CyanogenMod/android_hardware_ti_omap3" />