Files
oxmc 795dafc62e Android.bp: add preprocessed: true to all presigned APKs
Presigned APKs with targetSdkVersion >= 30 must set preprocessed: true
to prevent the build system from re-processing them and wrecking their
v2 signature.
2026-06-15 21:54:31 +00:00

11 lines
192 B
Plaintext

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