This commit is contained in:
@@ -73,6 +73,19 @@ android {
|
||||
versionNameSuffix "-alpha"
|
||||
manifestPlaceholders = [appName: "WebLibre Alpha (Legacy)", enableImpeller: "false"]
|
||||
}
|
||||
// Pixel 10 devices are 64-bit only and ship a 120 Hz display. Keep a
|
||||
// separate, side-by-side installable identity for the optimized fork,
|
||||
// retain Impeller, and prevent transitive dependencies from packaging
|
||||
// unused 32-bit native libraries.
|
||||
pixel10 {
|
||||
dimension "track"
|
||||
applicationId "cc.mrblake.mrbweblibre"
|
||||
versionNameSuffix "-pixel10"
|
||||
manifestPlaceholders = [appName: "MrbWebLibre", enableImpeller: "true"]
|
||||
ndk {
|
||||
abiFilters "arm64-v8a"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user