minimal-manifest-twrp / platform_manifest_twrp_aosp

Minimal manifest for building TWRP for devices shipped with Android 10+
295 stars 267 forks source link

missing /external/gflags in the repo #15

Open ghost opened 2 years ago

ghost commented 2 years ago

missing /external/gflags in the repo, which is needed by system/core/fs_mgr/libsnapshot:snapuserd strip snapuserd

ghost commented 2 years ago

I'm freshly synced and it was missing? not sure why because I see it is in the default.xml. Is it removed somehow by mistake on the cleanup?

Pfuenzle commented 1 year ago

Did you fix this somehow? It's still in the XML, but after the sync it's also missing for me, which makes it impossible to build anything due to the error "module snapuserd missing dependencies: libgflags" Or is there a way to manually install it after the sync?

ghost commented 1 year ago

Never fixed it. TWRP is absolute junk and their repo and build directions are too. I abandoned this because the developers of TWRP don't care enough to fix their errors, respond to users, or fix their broken code.

TWRP is no longer needed anyway and all real needed backups can be done through Titanium Backup on a live system, works better than this imo.

briant24 commented 11 months ago

just remove <remove-project name="platform/external/gflags"/> in remove-minimal.xml & then sync again.