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)
This commit is contained in:
oxmc
2026-06-13 03:01:34 -07:00
parent bd95ffe126
commit efda55feeb
19 changed files with 5 additions and 39 deletions
@@ -0,0 +1 @@
2130