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.
13 lines
254 B
Plaintext
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,
|
|
}
|