Havoc-OS / android_manifest

125 stars 108 forks source link

repo sync of branch 'eleven' fails due to missing havoc-gsi projects #45

Closed joshuarwood closed 2 months ago

joshuarwood commented 2 months ago

Following initialization with:

repo init -u https://github.com/Havoc-OS-GSI/android_manifest.git -b eleven

Running repo sync fails with the following errors:

error: Cannot fetch android_external_faceunlock from ssh://git@github.com/Havoc-OS/android_external_faceunlock error: Cannot fetch android_frameworks_base from ssh://git@github.com/Havoc-OS-GSI/android_frameworks_base error: Cannot fetch android_packages_apps_Settings from ssh://git@github.com/Havoc-OS-GSI/android_packages_apps_Settings

Looking at the relevant github links, it appears that Havos OS does not contain an android_external_faceunlock project and Havoc OS GSI does not contain the android_frameworks_base and android_packages_apps_Settings projects.

For my purposes I don't use faceunlock so I can comment that out. Should android_frameworks_base and android_packages_apps_Settings be changed over to the regular Havos OS repo?

joshuarwood commented 2 months ago

Sorry, just realized I posted this to the wrong repo.