That repository contains scripts to be used to disable the modem and enable usb networking.
It was previously named user-scripts but it also contains scripts meant for development as well. The scripts have to be added to PRODUCT_PACKAGES to be shipped on the devices. Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- default.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/default.xml b/default.xml index 94d81ce..fccd268 100644 --- a/default.xml +++ b/default.xml @@ -293,6 +293,7 @@ <project path="system/security" name="LineageOS-mirror/android_system_security.git" groups="pdk" /> <project path="system/vold" name="LineageOS-mirror/android_system_vold.git" groups="pdk" /> <project path="vendor/replicant" name="replicant/vendor_replicant.git" remote="replicant" /> + <project path="vendor/replicant-scripts" name="replicant/vendor_replicant-scripts.git" remote="replicant" /> <project path="vendor/cmsdk" name="replicant/vendor_cmsdk.git" remote="replicant" /> <!-- CMSDK SAMPLES --> -- 2.24.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
