795dafc62e
Presigned APKs with targetSdkVersion >= 30 must set preprocessed: true to prevent the build system from re-processing them and wrecking their v2 signature.
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
android_app_import {
|
|
name: "GsfProxy",
|
|
apk: "GsfProxy.apk",
|
|
presigned: true,
|
|
preprocessed: true,
|
|
dex_preopt: {
|
|
enabled: false,
|
|
},
|
|
product_specific: true,
|
|
}
|