summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-10 15:30:13 +0100
committerJoonas Kylmälä <joonas.kylmala@iki.fi>2020-06-25 08:33:01 -0400
commit832e95b3000968b0e425b5814ce0771d682c9b11 (patch)
treed5672f0a73fbbf0e83e96f6a1ac683caa5a55920
parent24af5a65f738c5a70631cb94d5c414845278992a (diff)
downloadmanifest-832e95b3000968b0e425b5814ce0771d682c9b11.tar.gz
manifest-832e95b3000968b0e425b5814ce0771d682c9b11.tar.bz2
manifest-832e95b3000968b0e425b5814ce0771d682c9b11.zip
Add libsamsung-ipc for testing
At the time of writing, libsamsung-ipc is still not ready for Replicant 9 as there is still ongoing work to cleanup and integrate the patches that makes the modem work with the replicant 9 kernel driver. However since this integration work is going on, we also need to make sure that libsamsung-ipc also compiles on Replicant 9. This change will ensure that libsamsung-ipc is built and shipped inside the image, so if the compilation breaks at some point, it will enable to detect it more easily. The kernel driver and libsamsung-ril also need to be cleaned up, and the ability to launch libsamsung-ipc twice without crashing the device needs to be implemented. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--replicant/replicant-9.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/replicant/replicant-9.xml b/replicant/replicant-9.xml
index 5a9d824..cc1a924 100644
--- a/replicant/replicant-9.xml
+++ b/replicant/replicant-9.xml
@@ -15,6 +15,7 @@
</project>
<project path="device/samsung/i9305" name="replicant-9/device_samsung_i9305" remote="replicant-9" />
+ <project path="hardware/replicant/libsamsung-ipc" name="replicant/external_libsamsung-ipc" remote="replicant-9" revision="master" />
<project path="external/mesa3d" name="replicant-9/external_mesa3d" remote="replicant-9" groups="pdk-cw-fs,pdk-fs" />
<project path="kernel/replicant/linux" name="replicant-9/kernel_replicant_linux" remote="replicant-9" />
<project path="system/core" name="replicant-9/system_core" groups="pdk" remote="replicant-9" />