Files
oxmc ebc390d2e2 GsfProxy: skip preprocessed-apk checks, matching other GMS prebuilts
Presigned by Google; we have no private key to re-sign it after fixing dex
compression, same situation as GmsCore/FakeStore/AuroraStore/
FDroidPrivilegedExtension in this repo, which already carry this flag.
2026-08-15 23:44:19 -07:00

13 lines
254 B
Plaintext

android_app_import {
name: "GsfProxy",
apk: "GsfProxy.apk",
presigned: true,
preprocessed: true,
skip_preprocessed_apk_checks: true,
privileged: true,
dex_preopt: {
enabled: false,
},
product_specific: true,
}