Commit Graph

2 Commits

Author SHA1 Message Date
oxmc 420c3644f0 partner_gms: consolidate additional_repos config into apps/FDroid
Move additional_repos.xml and .json into apps/FDroid alongside the
FDroid APK and merge their Android.mk into FDroid's. They are
F-Droid-specific config (pre-seeds the microG repo) so they belong
there. Remove from PRODUCT_PACKAGES in gms.mk since the modules are
now discovered as part of FDroid's Android.mk.
2026-06-13 03:08:37 -07:00
oxmc efda55feeb partner_gms: restructure into apps/ subdir, fix Android.mk build flags
- Move all app subdirectories under apps/ for cleaner layout
- Remove GitHub Actions workflows (self-hosted on Gitea)
- GsfProxy: add LOCAL_DEX_PREOPT := false and
  LOCAL_REPLACE_PREBUILT_APK_INSTALLED to prevent signature stripping
  during deodexing (see lineageos4microg issue re GsfProxy)
- FDroid, FDroidPrivilegedExtension: add LOCAL_DEX_PREOPT := false
- FakeStore: add LOCAL_DEX_PREOPT := false (already had PRESIGNED)
- GmsCore: remove duplicate LOCAL_PRODUCT_MODULE (was set twice)
2026-06-13 03:01:34 -07:00