mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
18 lines
531 B
XML
18 lines
531 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:dist="http://schemas.android.com/apk/distribution"
|
|
package="com.retroarch.core_modules.%CORE_NAME%">
|
|
|
|
<dist:module dist:title="@string/core_name_%CORE_NAME%">
|
|
<dist:delivery>
|
|
<dist:on-demand />
|
|
</dist:delivery>
|
|
<dist:fusing dist:include="true" />
|
|
</dist:module>
|
|
|
|
<application
|
|
android:hasCode="false"
|
|
android:extractNativeLibs="true" />
|
|
|
|
</manifest>
|