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>
23 lines
692 B
XML
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>
|