Fix OsmAnd lib script (fat only)
This commit is contained in:
parent
51cd15199a
commit
1c2855240e
1 changed files with 3 additions and 26 deletions
|
@ -344,39 +344,16 @@ project.afterEvaluate {
|
||||||
repositories {
|
repositories {
|
||||||
ivy {
|
ivy {
|
||||||
url = System.getenv("OSMAND_BINARIES_IVY_ROOT") ?: "./"
|
url = System.getenv("OSMAND_BINARIES_IVY_ROOT") ?: "./"
|
||||||
|
version = "0.1-SNAPSHOT"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
publications {
|
publications {
|
||||||
aar(IvyPublication) {
|
aar(IvyPublication) {
|
||||||
artifact bundleLegacyX86DebugAar {
|
|
||||||
classifier 'legacyX86Debug'
|
|
||||||
}
|
|
||||||
artifact bundleLegacyX86ReleaseAar {
|
|
||||||
classifier 'legacyX86Release'
|
|
||||||
}
|
|
||||||
artifact bundleLegacyArm64DebugAar {
|
|
||||||
classifier 'legacyArm64Debug'
|
|
||||||
}
|
|
||||||
artifact bundleLegacyArm64ReleaseAar {
|
|
||||||
classifier 'legacyArm64Release'
|
|
||||||
}
|
|
||||||
artifact bundleLegacyArmonlyDebugAar {
|
|
||||||
classifier 'legacyArmonlyDebug'
|
|
||||||
}
|
|
||||||
artifact bundleLegacyArmonlyReleaseAar {
|
|
||||||
classifier 'legacyArmonlyRelease'
|
|
||||||
}
|
|
||||||
artifact bundleLegacyArmv7DebugAar {
|
|
||||||
classifier 'legacyArmv7Debug'
|
|
||||||
}
|
|
||||||
artifact bundleLegacyArmv7ReleaseAar {
|
|
||||||
classifier 'legacyArmv7Release'
|
|
||||||
}
|
|
||||||
artifact bundleLegacyFatDebugAar {
|
artifact bundleLegacyFatDebugAar {
|
||||||
classifier 'legacyFatDebug'
|
classifier 'debug'
|
||||||
}
|
}
|
||||||
artifact bundleLegacyFatReleaseAar {
|
artifact bundleLegacyFatReleaseAar {
|
||||||
classifier 'legacyFatRelease'
|
classifier 'release'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue