erplibre/manifest/git_manifest_mobile_home.xml
Mathieu Benoit 4766fcb3b0 [UPD] manifest mobile : ajout whisper.cpp (transcription audio locale)
Ajout remote ggerganov et projet whisper.cpp (clone shallow, revision
master) dans le manifest Google Repo mobile. Chemin cible :
mobile/erplibre_home_mobile/android/app/src/main/cpp/whisper

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-19 15:17:45 -04:00

23 lines
692 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<manifest>
<remote name="TechnoLibre" fetch="https://github.com/TechnoLibre/" />
<remote name="ggerganov" fetch="https://github.com/ggerganov/" />
<project
name="technolibre_home_mobile.git"
path="mobile/erplibre_home_mobile"
remote="TechnoLibre"
revision="main"
groups="mobile"
/>
<!-- whisper.cpp : moteur de transcription audio locale (NDK JNI) -->
<project
name="whisper.cpp"
path="mobile/erplibre_home_mobile/android/app/src/main/cpp/whisper"
remote="ggerganov"
revision="master"
clone-depth="1"
groups="mobile"
/>
</manifest>