提交 3e1e2407 编写于 作者: 匿名A.'s avatar 匿名A.

ppsspp 1.17

上级 eee16118
无法预览此类型文件
plugins {
id("com.android.dynamic-feature")
id("kotlin-android")
id("kotlin-kapt")
}
android {
namespace = "com.swordfish.core.ppsspp_17"
defaultConfig {
missingDimensionStrategy("cores", "google")
missingDimensionStrategy("opensource", getSource())
}
packagingOptions {
doNotStrip("*/*/*_libretro_android.so")
}
}
dependencies {
implementation(project(":lemuroid-app"))
implementation(kotlin(deps.libs.kotlin.stdlib))
}
fun getSource(): String {
println("Dynamic features: " + gradle.startParameter.taskRequests.toString())
val source = gradle.startParameter.taskRequests[0].args[0].replace(":lemuroid-app:assemble","").replace(":lemuroid-app:bundle","").replace("assemble","").replace("bundle","").replace("Google","").replace("Git","").replace("Debug","").replace("Release","").toLowerCase()
return source.toString()
}
<manifest xmlns:dist="http://schemas.android.com/apk/distribution"
xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:hasCode="false"
android:extractNativeLibs="true" />
<dist:module dist:title="@string/core_name_ppsspp_17">
<dist:delivery>
<dist:on-demand />
<dist:install-time>
<dist:conditions>
<dist:device-feature dist:name="android.software.leanback"/>
</dist:conditions>
</dist:install-time>
</dist:delivery>
<dist:fusing dist:include="true" />
</dist:module>
</manifest>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册